summaryrefslogtreecommitdiffstats
path: root/games/maelstrom/install_dirs.diff
diff options
context:
space:
mode:
author B. Watson2021-10-20 13:12:23 +0200
committer Willy Sudiarto Raharjo2021-10-29 12:07:20 +0200
commit9f6b162a70ab524a064f05d67bde958470e66766 (patch)
tree50bcf8bdb6fdce3a93916746f05e9579146d518b /games/maelstrom/install_dirs.diff
parent60f218bc23569cb6f374426ec5ffb333aafcf6ad (diff)
downloadslackbuilds-9f6b162a70ab524a064f05d67bde958470e66766.tar.gz
games/maelstrom: Updated for version 3.0.7.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/maelstrom/install_dirs.diff')
-rw-r--r--games/maelstrom/install_dirs.diff35
1 files changed, 0 insertions, 35 deletions
diff --git a/games/maelstrom/install_dirs.diff b/games/maelstrom/install_dirs.diff
deleted file mode 100644
index 08c95405b1..0000000000
--- a/games/maelstrom/install_dirs.diff
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -Naur Maelstrom-3.0.6/Makefile.in Maelstrom-3.0.6.patched/Makefile.in
---- Maelstrom-3.0.6/Makefile.in 2002-10-20 00:19:42.000000000 -0400
-+++ Maelstrom-3.0.6.patched/Makefile.in 2009-04-14 14:45:59.000000000 -0400
-@@ -431,7 +431,7 @@
-
- # Special install rule for the game
- install:
-- make install_gamedata target=@GAME_INSTALLDIR@
-+ make install_gamedata target=$(DESTDIR)/@GAME_INSTALLDIR@
-
- install_gamedata:
- sh mkinstalldirs $(target)/
-@@ -444,8 +444,8 @@
- chmod 666 $(target)/Maelstrom-Scores
-
- install_gamedocs:
-- sh mkinstalldirs $(target)/
-- cp -rv README* COPYING* Docs* $(target)/
-+ sh mkinstalldirs $(DESTDIR)/$(target)/
-+ cp -rv README* COPYING* Docs* $(DESTDIR)/$(target)/
-
- # Rule to build tar-gzipped distribution package
- $(PACKAGE)-$(VERSION).tar.gz: dist
-diff -Naur Maelstrom-3.0.6/configure Maelstrom-3.0.6.patched/configure
---- Maelstrom-3.0.6/configure 2002-10-19 23:43:07.000000000 -0400
-+++ Maelstrom-3.0.6.patched/configure 2009-04-14 14:47:33.000000000 -0400
-@@ -3232,7 +3232,7 @@
- GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
- ;;
- *)
-- GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
-+ GAME_INSTALLDIR="\$(prefix)/share/games/$PACKAGE"
- ;;
- esac
-