aboutsummaryrefslogtreecommitdiff
path: root/sbrun
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-01-12 15:04:47 -0500
committerB. Watson <urchlay@slackware.uk>2025-01-12 15:04:47 -0500
commit69db3a196c69f0e80857b0adb71b5afed0613a9f (patch)
treebd5ef9559f1a33537f8931558c8d6d41096c6a80 /sbrun
parent7fbd45b8fd2a9ba0d841da7ba7ff29117ec77a0e (diff)
downloadsbostuff-69db3a196c69f0e80857b0adb71b5afed0613a9f.tar.gz
sbrun: get rid of chown warning, fix -i help.
Diffstat (limited to 'sbrun')
-rwxr-xr-xsbrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbrun b/sbrun
index 08943bf..321575d 100755
--- a/sbrun
+++ b/sbrun
@@ -129,7 +129,7 @@ beginning with - must occur before [script] or [variable=value].
CC and CXX, allows network access, and disables filesystem tracking.
-i Install the package after building it. This just runs "upkg" in the
- SlackBuild directory, so "sbrun -u" is just a shortcut for typing
+ SlackBuild directory, so "sbrun -i" is just a shortcut for typing
"sbrun && upkg". No package will be installed if the build script
fails.
@@ -394,7 +394,7 @@ echo
# set the build log's ownership to the calling user, or at least the
# user that owns the current directory.
-chown "$( stat -c %U.%G . )" $BUILDLOG
+chown "$( stat -c %U:%G . )" $BUILDLOG
# rest of arg parsing can use warn or die.
if echo "$1" | grep -qv '='; then