python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / Maelstrom / patches / install_dirs.patch
blob7778b1cc0cc79b93f41839ec4aea826053466550
2 --- Makefile.in 2002-10-20 00:19:42.000000000 -0400
3 +++ Makefile.in 2009-04-14 14:45:59.000000000 -0400
4 @@ -431,7 +431,7 @@
6 # Special install rule for the game
7 install:
8 - make install_gamedata target=@GAME_INSTALLDIR@
9 + make install_gamedata target=$(DESTDIR)/@GAME_INSTALLDIR@
11 install_gamedata:
12 sh mkinstalldirs $(target)/
13 @@ -444,8 +444,8 @@
14 chmod 666 $(target)/Maelstrom-Scores
16 install_gamedocs:
17 - sh mkinstalldirs $(target)/
18 - cp -rv README* COPYING* Docs* $(target)/
19 + sh mkinstalldirs $(DESTDIR)/$(target)/
20 + cp -rv README* COPYING* Docs* $(DESTDIR)/$(target)/
22 # Rule to build tar-gzipped distribution package
23 $(PACKAGE)-$(VERSION).tar.gz: dist
25 --- configure 2002-10-19 23:43:07.000000000 -0400
26 +++ configure 2009-04-14 14:47:33.000000000 -0400
27 @@ -3232,7 +3232,7 @@
28 GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
31 - GAME_INSTALLDIR="\$(prefix)/games/$PACKAGE"
32 + GAME_INSTALLDIR="\$(prefix)/share/$PACKAGE"
34 esac