aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-25 00:45:01 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-25 00:45:01 +0000
commit5374e80d67c788be35687001fb09c71777c8f0de (patch)
tree87c95481665d258a63c6733e24e85cc4d8251439 /trunk/src
parent78994b520f895dc3d4eb21d59b10407befc0512d (diff)
downloadsimplepkg-5374e80d67c788be35687001fb09c71777c8f0de.tar.gz
simplepkg-5374e80d67c788be35687001fb09c71777c8f0de.tar.bz2
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@775 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-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."