diff options
-rw-r--r-- | trunk/src/createpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index ee6a196..31b7fc6 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -731,7 +731,7 @@ cd $SCRIPT_BASE if [ "`whoami`" != "root" ]; then FAKEROOT="`which fakeroot`" if [ "$?" == "0" ]; then - eecho $messag "Running SlackBuild with fakeroot." + eecho $messag "$BASENAME: running SlackBuild with fakeroot." FAKEROOT="$FAKEROOT --" else eecho $messag "$BASENAME: WARNING: not running as root and no fakeroot found." |