aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2024-07-14 13:45:13 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-20 08:08:52 +0700
commitaf3511003b8568b68df5ccd7e0cee9ebf56f7dc8 (patch)
tree79a91e0a260fa24656b745a638c6a9d4c5976b32 /desktop
parentf76a935fcf371f90706abc0add3cfd120efbab32 (diff)
desktop/i3lock: Fixed chown syntax
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/i3lock/i3lock.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/i3lock/i3lock.SlackBuild b/desktop/i3lock/i3lock.SlackBuild
index 538f6b5e804fa..1100af35e1f02 100644
--- a/desktop/i3lock/i3lock.SlackBuild
+++ b/desktop/i3lock/i3lock.SlackBuild
@@ -91,7 +91,7 @@ make install DESTDIR=$PKG
# i3lock needs setuid to make sure it isn't killed by the kernel and to read shadow.
# Don't worry, the privileges are dropped really soon after starting
# and everything else runs without privileges.
-chown 0.0 $PKG/usr/bin/i3lock
+chown 0:0 $PKG/usr/bin/i3lock
chmod 4751 $PKG/usr/bin/i3lock
# We need setuid to set the out of memory score, and drop permissions once done.
# This makes the program's init slightly more insecure, since we'd only need