Fix building on Debian

Debian does not export /usr/bin in PATH for users like every other
distro so builds fail to find mkfs and parted.
This commit is contained in:
Tim Crawford
2020-06-18 18:40:27 -06:00
committed by Jeremy Soller
parent 19f50c00c4
commit 99e0b46092
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
set -e
PATH="$PATH:/usr/sbin"
rm -rf build/pxestick
mkdir -p build/pxestick