r7543 - packages/trunk/quake3/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Sat Jun 28 07:10:44 UTC 2008


Author: jscinoz-guest
Date: 2008-06-28 07:10:44 +0000 (Sat, 28 Jun 2008)
New Revision: 7543

Modified:
   packages/trunk/quake3/debian/rules
Log:
made glob for finding built binary tighter


Modified: packages/trunk/quake3/debian/rules
===================================================================
--- packages/trunk/quake3/debian/rules	2008-06-28 07:10:28 UTC (rev 7542)
+++ packages/trunk/quake3/debian/rules	2008-06-28 07:10:44 UTC (rev 7543)
@@ -52,8 +52,8 @@
 	dh_installdirs -s
 	dh_icons -s
 
-	cp build/*/ioquake3.* ioquake3
-	cp build/*/ioq3ded.* ioq3ded
+	cp build/release*/ioquake3.* ioquake3
+	cp build/release*/ioq3ded.* ioq3ded
 
 	dh_desktop -pquake3 debian/quake3.desktop
 	dh_installman -pquake3 debian/quake3.6




More information about the Pkg-games-commits mailing list