academic/ktikz: Fix CMakeLists.txt.

Signed-off-by: David Spencer <baildon.research@googlemail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2015-12-07 22:39:20 +00:00 committed by Willy Sudiarto Raharjo
parent 177585daa1
commit 32be7da4a5

View file

@ -73,6 +73,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Comedy sed command thanks to Arch :-)
sed -e 's|\\\\\\||g' -i app/CMakeLists.txt
cmake \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS="$SLKCFLAGS" \