From 5374e80d67c788be35687001fb09c71777c8f0de Mon Sep 17 00:00:00 2001 From: rhatto Date: Sun, 25 Jan 2009 00:45:01 +0000 Subject: minor fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@775 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 1 + 1 file changed, 1 insertion(+) (limited to 'trunk/src/createpkg') 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." -- cgit v1.2.3