desktop/light: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c6e15decb4
commit
fafedaf856
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue