SPECS: ndiswrapper.spec - quotes in %{__sed} (glen maniacally want...

shadzik shadzik at pld-linux.org
Wed Aug 9 08:48:23 CEST 2006


Author: shadzik                      Date: Wed Aug  9 06:48:23 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- quotes in %{__sed} (glen maniacally wanted them)

---- Files affected:
SPECS:
   ndiswrapper.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/ndiswrapper.spec
diff -u SPECS/ndiswrapper.spec:1.54 SPECS/ndiswrapper.spec:1.55
--- SPECS/ndiswrapper.spec:1.54	Wed Aug  9 04:12:09 2006
+++ SPECS/ndiswrapper.spec	Wed Aug  9 08:48:18 2006
@@ -113,7 +113,7 @@
 
 %prep
 %setup -q
-%{__sed} -i -e s#"loader.h"#"../driver/loader.h"#g utils/loadndisdriver.c
+%{__sed} -i -e 's#"loader.h"#"../driver/loader.h"#g' utils/loadndisdriver.c
 
 %build
 %if %{with userspace}
@@ -220,6 +220,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2006/08/09 06:48:18  shadzik
+- quotes in %{__sed} (glen maniacally wanted them)
+
 Revision 1.54  2006/08/09 02:12:09  shadzik
 - rel 2.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ndiswrapper.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list