From af3511003b8568b68df5ccd7e0cee9ebf56f7dc8 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 14 Jul 2024 13:45:13 -0500 Subject: [PATCH] desktop/i3lock: Fixed chown syntax Signed-off-by: Robby Workman Signed-off-by: Willy Sudiarto Raharjo --- desktop/i3lock/i3lock.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/i3lock/i3lock.SlackBuild b/desktop/i3lock/i3lock.SlackBuild index 538f6b5e80..1100af35e1 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