make sure sbin binaries are in PATH

This commit is contained in:
Geert Stappers 2011-06-29 10:47:48 +02:00 committed by josch
parent 94230780a8
commit 7ee349b038

View file

@ -30,6 +30,7 @@ usage() {
}
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C
export PATH=$PATH:/usr/sbin:/sbin
if [ "$FAKEROOTKEY" = "" ]; then
echo "re-executing script inside fakeroot" >&2