SPECS: nexuiz.spec - sed -> %{__sed}

shadzik shadzik at pld-linux.org
Sat Feb 17 02:13:44 CET 2007


Author: shadzik                      Date: Sat Feb 17 01:13:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sed -> %{__sed}

---- Files affected:
SPECS:
   nexuiz.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/nexuiz.spec
diff -u SPECS/nexuiz.spec:1.11 SPECS/nexuiz.spec:1.12
--- SPECS/nexuiz.spec:1.11	Tue Feb 13 21:34:46 2007
+++ SPECS/nexuiz.spec	Sat Feb 17 02:13:39 2007
@@ -38,7 +38,7 @@
 %setup -q -n Nexuiz
 cd sources
 %{__unzip} -o -qq enginesource20070123.zip
-sed -i 's/-Wdeclaration-after-statement//; /strip /d' darkplaces/makefile.inc
+%{__sed} -i 's/-Wdeclaration-after-statement//; /strip /d' darkplaces/makefile.inc
 
 %build
 %{__make} -C sources/darkplaces nexuiz \
@@ -65,6 +65,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/02/17 01:13:39  shadzik
+- sed -> %{__sed}
+
 Revision 1.11  2007/02/13 20:34:46  qboosh
 - pl fixes, simplified build
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nexuiz.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list