From 2aa7693ddf7069d682d8b71cfb1c1d41dc855271 Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 25 Jan 2009 00:51:53 +0000 Subject: minor changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@776 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3