make sure sbin binaries are in PATH

This commit is contained in:
josch 2011-06-29 10:47:48 +02:00
parent eb03afb5ce
commit dd54582e5e

View file

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