aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index fdd855e..ee6a196 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -731,6 +731,7 @@ cd $SCRIPT_BASE
if [ "`whoami`" != "root" ]; then
FAKEROOT="`which fakeroot`"
if [ "$?" == "0" ]; then
+ eecho $messag "Running SlackBuild with fakeroot."
FAKEROOT="$FAKEROOT --"
else
eecho $messag "$BASENAME: WARNING: not running as root and no fakeroot found."