diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-07-18 13:14:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-19 08:28:38 +0700 |
commit | ec767c2b411a1b46e7817b34c4d4c80ef91fe41f (patch) | |
tree | bbb88a20fd1982fe5fcdf730fd461c51ee5de027 /system | |
parent | a4592d733b282bd5c16c3959e0d644d6136c6f43 (diff) |
system/lxqt-powermanagement: Remove trailing spaces
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/lxqt-powermanagement/lxqt-powermanagement.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/lxqt-powermanagement/lxqt-powermanagement.SlackBuild b/system/lxqt-powermanagement/lxqt-powermanagement.SlackBuild index 6aa94a3132a87..f9a3eee9aff88 100644 --- a/system/lxqt-powermanagement/lxqt-powermanagement.SlackBuild +++ b/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 |