diff --git a/scripts/build.sh b/scripts/build.sh index 1ad9fbf..8abb0a8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -2,6 +2,9 @@ set -e +# TODO: Move this to build scripts that require it on Debian +PATH="$PATH:/usr/sbin" + if [ -z "$1" ] then echo "$0 " >&2 diff --git a/scripts/pxestick.sh b/scripts/pxestick.sh index 4a22786..95b1ed6 100755 --- a/scripts/pxestick.sh +++ b/scripts/pxestick.sh @@ -2,6 +2,8 @@ set -e +PATH="$PATH:/usr/sbin" + rm -rf build/pxestick mkdir -p build/pxestick