]> git.pld-linux.org Git - packages/funguloids.git/blame - funguloids-path.patch
- Comment mess fixed
[packages/funguloids.git] / funguloids-path.patch
CommitLineData
b975088e 1--- x/bin/music/Makefile.am 2007-05-21 16:44:29.000000000 +0200
2+++ x/bin/music/Makefile.am 2007-05-27 14:05:12.000000000 +0200
3@@ -1,14 +1,11 @@
4-musicinstall_DATA = playlist.lua
5+musicinstall_DATA = playlist.lua \
6+ MarylandInMay.ogg
7
8 EXTRA_DIST = playlist.lua.in
9
10 playlist.lua: playlist.lua.in
11 cat playlist.lua.in | sed 's,%%musicinstalldir%%,@musicinstalldir@,' > playlist.lua
12
13-install-data-hook:
14- if test -r MarylandInMay.ogg; then cp MarylandInMay.ogg "@musicinstalldir@"; fi;
15-
16-
17 distclean: clean
18
19 clean:
20--- x/bin/Makefile.am 2007-05-05 14:41:16.000000000 +0200
21+++ x/bin/Makefile.am 2007-05-27 20:36:46.000000000 +0200
22@@ -4,7 +4,7 @@
23 dist_pixmapinstall_DATA = funguloids.png
24 dist_gameinstall_DATA = gamesettings.cfg
25 dist_docinstall_DATA = readme.html
26-gameinstall_DATA = plugins.cfg resources.cfg
27+gameinstall_DATA = plugins.cfg resources.cfg funguloids.mpk bootstrap.mpk
28
29 plugins.cfg: plugins.cfg.in
30 cat plugins.cfg.in | sed 's,%%ogreplugindir%%,@ogreplugindir@/,' > plugins.cfg
31@@ -22,9 +22,7 @@
32 if test ! -e "@highscoredir@/hiscore.lst"; then cp hiscore.lst.in "@highscoredir@/hiscore.lst"; fi; \
33 chgrp -R @highscoregroup@ "@highscoredir@"; \
34 chmod -R g+w "@highscoredir@"; \
35- fi; \
36- if test -r bootstrap.mpk; then cp bootstrap.mpk "@gameinstalldir@"; fi; \
37- if test -r funguloids.mpk; then cp funguloids.mpk "@gameinstalldir@"; fi
38+ fi;
39
40 uninstall-hook:
41 rm -rf "@docinstalldir@"
This page took 0.054101 seconds and 4 git commands to generate.