summaryrefslogtreecommitdiffstats
path: root/games/f1spirit/f1spirit.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2021-04-05 10:01:06 +0200
committer Matteo Bernardini2021-04-05 10:01:06 +0200
commit47c298ec56adfb25906b024cfeb200189afa2f50 (patch)
treeb12fca2cea7ba4514d0dac57550d2f10e2e3db01 /games/f1spirit/f1spirit.SlackBuild
parenta6bf666d73b4dccae0636e4ca04113d5953b956c (diff)
downloadslackbuilds-2b375d3449304dd40a04deb64d0f2bb0fa53d08b.tar.gz
20210405.1 global branch merge.current-20210405.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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 \