summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-06-17 14:14:42 +0200
committer Eric Hameleers <alien@slackware.com>2020-06-17 14:14:42 +0200
commita36a848c89a50d314632f407edcb0c0f717391b1 (patch)
treeeb46a00716bb86d6701e1bf42440488c00492c8e /kde/post-install
parent30a41b61e4d277bccf66a79495d0573e79d27cea (diff)
downloadktown-a36a848c89a50d314632f407edcb0c0f717391b1.tar.gz
ktown-a36a848c89a50d314632f407edcb0c0f717391b1.tar.xz
Powerdevil: add a missing '$' to the post-install script
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/powerdevil.post-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/post-install/powerdevil.post-install b/kde/post-install/powerdevil.post-install
index 718af58..9f7004f 100644
--- a/kde/post-install/powerdevil.post-install
+++ b/kde/post-install/powerdevil.post-install
@@ -10,7 +10,7 @@ install -m 0644 -o root \
$CWD/post-install/powerdevil/10-enable-upower-suspend.rules \
$PKG/etc/polkit-1/rules.d/10-enable-upower-suspend.rules.new
-if [ "SLKELOGIND" = "no" ]; then
+if [ "$SLKELOGIND" = "no" ]; then
# Add ConsoleKit2 policy file that allows users in the 'power' group
# to shutdown/reboot the computer:
install -m 0644 -o root \