r6071 - packages/trunk/game-package

Jon Dowland jmtd-guest at alioth.debian.org
Sat Mar 15 14:36:21 UTC 2008


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




More information about the Pkg-games-commits mailing list