aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-25 00:51:53 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-25 00:51:53 +0000
commit2aa7693ddf7069d682d8b71cfb1c1d41dc855271 (patch)
tree0fe80cf1d6e4c125d75bb035ae1ee9cbffb6a2e5
parent5374e80d67c788be35687001fb09c71777c8f0de (diff)
downloadsimplepkg-2aa7693ddf7069d682d8b71cfb1c1d41dc855271.tar.gz
simplepkg-2aa7693ddf7069d682d8b71cfb1c1d41dc855271.tar.bz2
minor changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@776 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/src/createpkg2
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."