SOURCES: quake3-gpl-Makefile-install.patch - don't strip on install

qboosh qboosh at pld-linux.org
Tue Nov 1 13:18:50 CET 2005


Author: qboosh                       Date: Tue Nov  1 12:18:50 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't strip on install

---- Files affected:
SOURCES:
   quake3-gpl-Makefile-install.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/quake3-gpl-Makefile-install.patch
diff -u SOURCES/quake3-gpl-Makefile-install.patch:1.3 SOURCES/quake3-gpl-Makefile-install.patch:1.4
--- SOURCES/quake3-gpl-Makefile-install.patch:1.3	Tue Nov  1 12:26:40 2005
+++ SOURCES/quake3-gpl-Makefile-install.patch	Tue Nov  1 13:18:45 2005
@@ -37,9 +37,9 @@
  
 +install:
 +	-mkdir -p -m 0755 $(BINDIR)
-+	install -s -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(BINDIR)/quake3
-+	#install -s -m 0755 $(BR)/$(PLATFORM)quake3-smp$(BINEXT) $(BINDIR)/quake3-smp
-+	install -s -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(BINDIR)/q3ded
++	install -m 0755 $(BR)/$(PLATFORM)quake3$(BINEXT) $(BINDIR)/quake3
++	#install -m 0755 $(BR)/$(PLATFORM)quake3-smp$(BINEXT) $(BINDIR)/quake3-smp
++	install -m 0755 $(BR)/$(PLATFORM)q3ded$(BINEXT) $(BINDIR)/q3ded
 +
  clean:clean-debug clean-release
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/quake3-gpl-Makefile-install.patch?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list