diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-04-01 14:01:08 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-04-03 02:30:24 -0500 |
commit | f53a4f0e2988a8ce55f704413a4a61470febc6ce (patch) | |
tree | 46d28088b7688859423fab9bbf4b66bb898c8617 /games/openspades/openspades.SlackBuild | |
parent | ecfd1319369716ea81fbb5d6248cd8d820509bb1 (diff) |
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.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/openspades/openspades.SlackBuild b/games/openspades/openspades.SlackBuild index 8a983674f5c2..49b5002829aa 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 |