summaryrefslogtreecommitdiffstats
path: root/games/openspades/openspades.SlackBuild
diff options
context:
space:
mode:
author David Spencer2016-04-01 15:01:08 +0200
committer Robby Workman2016-04-03 09:30:24 +0200
commitf53a4f0e2988a8ce55f704413a4a61470febc6ce (patch)
tree46d28088b7688859423fab9bbf4b66bb898c8617 /games/openspades/openspades.SlackBuild
parentecfd1319369716ea81fbb5d6248cd8d820509bb1 (diff)
downloadslackbuilds-f53a4f0e2988a8ce55f704413a4a61470febc6ce.tar.gz
games/openspades: Patched to fix build failure.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/openspades/openspades.SlackBuild')
-rw-r--r--games/openspades/openspades.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/openspades/openspades.SlackBuild b/games/openspades/openspades.SlackBuild
index 8a983674f5..49b5002829 100644
--- a/games/openspades/openspades.SlackBuild
+++ b/games/openspades/openspades.SlackBuild
@@ -69,6 +69,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 {} \;
+# https://github.com/yvt/openspades/pull/388
+patch -p1 < $CWD/86de4031c6c647b4d74196181f6754486ad1c340.patch
+
# copy develompent packs
mkdir -p build/Resources
cp $CWD/DevPaks27.zip build/Resources