r7016 - packages/trunk/urbanterror/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Thu May 15 03:40:37 UTC 2008


Author: jscinoz-guest
Date: 2008-05-15 03:40:37 +0000 (Thu, 15 May 2008)
New Revision: 7016

Modified:
   packages/trunk/urbanterror/debian/rules
Log:
Changed the way the compiled binaries were copied


Modified: packages/trunk/urbanterror/debian/rules
===================================================================
--- packages/trunk/urbanterror/debian/rules	2008-05-15 03:36:35 UTC (rev 7015)
+++ packages/trunk/urbanterror/debian/rules	2008-05-15 03:40:37 UTC (rev 7016)
@@ -77,8 +77,8 @@
 	dh_installdirs -s
 	dh_icons -s
 
-	cp ioUrbanTerrorClientSource/build/release-$(PLATFORM)-$(ARCH)/ioUrbanTerror.$(ARCH) ioUrbanTerror
-	cp ioUrbanTerrorServerSource/build/release-$(PLATFORM)-$(ARCH)/ioUrTded.$(ARCH) ioUrTded
+	cp ioUrbanTerrorClientSource/$(BR)/ioUrbanTerror.$(ARCH) ioUrbanTerror
+	cp ioUrbanTerrorServerSource/$(BR)/ioUrTded.$(ARCH) ioUrTded
 
 	dh_desktop -purbanterror debian/urbanterror.desktop
 	dh_install -purbanterror debian/urbanterror.desktop usr/share/applications # FIXME: waiting for dh_desktop to do this job...




More information about the Pkg-games-commits mailing list