SPECS: smokeping.spec - i dislike *

glen glen at pld-linux.org
Wed Nov 5 19:07:59 CET 2008


Author: glen                         Date: Wed Nov  5 18:07:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- i dislike *

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

---- Diffs:

================================================================
Index: SPECS/smokeping.spec
diff -u SPECS/smokeping.spec:1.54 SPECS/smokeping.spec:1.55
--- SPECS/smokeping.spec:1.54	Wed Nov  5 17:55:44 2008
+++ SPECS/smokeping.spec	Wed Nov  5 19:07:53 2008
@@ -83,7 +83,7 @@
 %prep
 %setup -q
 
-decruft() { %{__sed} -i -e "s|$1|$2|g" `grep -lr "$1" *` ;}
+decruft() { grep -lr "$1" . | xargs %{__sed} -i -e "s|$1|$2|g"; }
 
 # eliminate Tobi's quirks
 decruft /usr/sepp/bin %{_bindir}
@@ -256,6 +256,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2008/11/05 18:07:53  glen
+- i dislike *
+
 Revision 1.54  2008/11/05 16:55:44  gotar
 - added missing man pages, documentation config files and web resources,
 - restored and updated some path fixes (do not adapter them!), added even
================================================================

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



More information about the pld-cvs-commit mailing list