diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 16:35:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:39 +0700 |
commit | fafedaf856cc0a42176e3bbcdd8bd9aff264be61 (patch) | |
tree | 8808a4eab85d700026dc03fb8e89021df509fccb /desktop/light | |
parent | c6e15decb4a1d4661edd1d7c5a2fa1d6017f60ec (diff) |
desktop/light: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'desktop/light')
-rw-r--r-- | desktop/light/light.SlackBuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/light/light.SlackBuild b/desktop/light/light.SlackBuild index 0fd7b7dd1a0b..3667f68ef199 100644 --- a/desktop/light/light.SlackBuild +++ b/desktop/light/light.SlackBuild @@ -69,7 +69,6 @@ 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 {} \; -# Compile the application and install it into the $PKG directory sed -i "s|^\(CFLAGS=\).*\(-I.*\)|\1$SLKCFLAGS \2| # preserves -I s|^\(MANDIR=.*\)/share\(.*\)|\1\2| # strips /share " Makefile |