Browse Source

system/lxqt-powermanagement: Remove trailing spaces

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/229/head
isaackwy 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
ec767c2b41
  1. 6
      system/lxqt-powermanagement/lxqt-powermanagement.SlackBuild

6
system/lxqt-powermanagement/lxqt-powermanagement.SlackBuild

@ -76,9 +76,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Remove "Ask" option from lid and idle watchers
# See https://github.com/lxqt/lxqt-powermanagement/pull/380
patch -p1 < $CWD/remove-ask-from-lid-and-idle-watchers.patch
# Remove "Ask" option from lid and idle watchers
# See https://github.com/lxqt/lxqt-powermanagement/pull/380
patch -p1 < $CWD/remove-ask-from-lid-and-idle-watchers.patch
mkdir build
cd build

Loading…
Cancel
Save