Author: arand-guest
Date: 2011-05-08 23:08:56 +0000 (Sun, 08 May 2011)
New Revision: 12253

Added:
   
non-free/packages/trunk/assaultcube/debian/patches/10-fix-install-target.patch
   non-free/packages/trunk/assaultcube/debian/patches/series
Log:
Patch install target to not require target dir

Added: 
non-free/packages/trunk/assaultcube/debian/patches/10-fix-install-target.patch
===================================================================
--- 
non-free/packages/trunk/assaultcube/debian/patches/10-fix-install-target.patch  
                            (rev 0)
+++ 
non-free/packages/trunk/assaultcube/debian/patches/10-fix-install-target.patch  
    2011-05-08 23:08:56 UTC (rev 12253)
@@ -0,0 +1,18 @@
+--- a/source/src/Makefile
++++ b/source/src/Makefile
+@@ -174,13 +174,13 @@
+       $(CXX) $(CXXFLAGS) -o ac_master $(MASTER_OBJS) $(SERVER_LIBS)  
+       
+ client_install: client
+-      cp ac_client ../../bin_unix/$(PLATFORM_PREFIX)_client
++      install -D ac_client ../../bin_unix/$(PLATFORM_PREFIX)_client
+ #ifneq (,$(STRIP))
+ #     $(STRIP) ../../bin_unix/$(PLATFORM_PREFIX)_client
+ #endif
+ 
+ server_install: server
+-      cp ac_server ../../bin_unix/$(PLATFORM_PREFIX)_server
++      install -D ac_server ../../bin_unix/$(PLATFORM_PREFIX)_server
+ #ifneq (,$(STRIP))
+ #     $(STRIP) ../../bin_unix/$(PLATFORM_PREFIX)_server
+ #endif

Added: non-free/packages/trunk/assaultcube/debian/patches/series
===================================================================
--- non-free/packages/trunk/assaultcube/debian/patches/series                   
        (rev 0)
+++ non-free/packages/trunk/assaultcube/debian/patches/series   2011-05-08 
23:08:56 UTC (rev 12253)
@@ -0,0 +1 @@
+10-fix-install-target.patch


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

Reply via email to