summaryrefslogtreecommitdiffstats
path: root/games/f1spirit/f1spirit.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/f1spirit/f1spirit.SlackBuild')
-rw-r--r--games/f1spirit/f1spirit.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/f1spirit/f1spirit.SlackBuild b/games/f1spirit/f1spirit.SlackBuild
index 8109ea68a7..4b9206d624 100644
--- a/games/f1spirit/f1spirit.SlackBuild
+++ b/games/f1spirit/f1spirit.SlackBuild
@@ -53,6 +53,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 {} \;
+# Fix for the newer gccs
+patch -p1 < $CWD/03_gcc6.patch
+
make install PREFIX=$PKG/usr
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \