desktop/light: Remove template comments from script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 16:35:07 -05:00 committed by Willy Sudiarto Raharjo
parent c6e15decb4
commit fafedaf856
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 0 additions and 1 deletions

View File

@ -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