Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: make sure /bin, /usr/bin are in $PATH
eg. on archlinux /bin is a symlink to /usr/bin, and /bin is not in $PATH. building rpm packages for openSUSE fails because the chroot environment has /bin/rpm invoked as `chroot $BUILD_ROOT rpm`.
- Loading branch information