Author: jmtd-guest
Date: 2008-03-15 14:36:21 +0000 (Sat, 15 Mar 2008)
New Revision: 6071

Added:
   packages/trunk/game-package/lib/
Modified:
   packages/trunk/game-package/Makefile
   packages/trunk/game-package/game-package
Log:
move game-package-shared into ./lib

Modified: packages/trunk/game-package/Makefile
===================================================================
--- packages/trunk/game-package/Makefile        2008-03-15 14:34:13 UTC (rev 
6070)
+++ packages/trunk/game-package/Makefile        2008-03-15 14:36:21 UTC (rev 
6071)
@@ -16,7 +16,7 @@
 # necessary as dpkg-source will honour the shell's umask
 fixperms: fixperms_doom2 fixperms_quake3 fixperms_doom
 install:  install_doom2 install_quake3 install_doom
-       install -p -m 0755 game-package-shared \
+       install -p -m 0755 lib/game-package-shared \
                $(DESTDIR)/usr/lib/game-package/game-package-shared
        install -p -m 0755 game-package $(DESTDIR)/usr/games/game-package
        install -p -m 0644 supported/doom2 \

Modified: packages/trunk/game-package/game-package
===================================================================
--- packages/trunk/game-package/game-package    2008-03-15 14:34:13 UTC (rev 
6070)
+++ packages/trunk/game-package/game-package    2008-03-15 14:36:21 UTC (rev 
6071)
@@ -8,7 +8,7 @@
        SUPPORTED=/usr/share/games/game-package/supported
 fi
 
-if [ -f ./game-package-shared ]; then
+if [ -f ./lib/game-package-shared ]; then
        . ./game-package-shared
 else
        . /usr/lib/game-package/game-package-shared


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to