From a36a848c89a50d314632f407edcb0c0f717391b1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 17 Jun 2020 14:14:42 +0200 Subject: Powerdevil: add a missing '$' to the post-install script --- kde/post-install/powerdevil.post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3