packages (DEVEL): k3b/k3b.spec - removed bogous dot from sed pattern

sparky sparky at pld-linux.org
Wed Jun 2 14:52:14 CEST 2010


Author: sparky                       Date: Wed Jun  2 12:52:14 2010 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- removed bogous dot from sed pattern

---- Files affected:
packages/k3b:
   k3b.spec (1.179.2.39 -> 1.179.2.40) 

---- Diffs:

================================================================
Index: packages/k3b/k3b.spec
diff -u packages/k3b/k3b.spec:1.179.2.39 packages/k3b/k3b.spec:1.179.2.40
--- packages/k3b/k3b.spec:1.179.2.39	Wed Jun  2 14:42:36 2010
+++ packages/k3b/k3b.spec	Wed Jun  2 14:52:09 2010
@@ -142,7 +142,7 @@
 %prep
 %setup -q
 # remove unsupported langs
-%{__sed} -i -e '/sr at ijekavian./d' po/CMakeLists.txt
+%{__sed} -i -e '/sr at ijekavian/d' po/CMakeLists.txt
 
 %build
 install -d build
@@ -256,6 +256,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.179.2.40  2010/06/02 12:52:09  sparky
+- removed bogous dot from sed pattern
+
 Revision 1.179.2.39  2010/06/02 12:42:36  glen
 - sed pattern that clearly notes that whole line is wanted to be removed, not leaving you in doubt of bad scripter
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/k3b/k3b.spec?r1=1.179.2.39&r2=1.179.2.40&f=u



More information about the pld-cvs-commit mailing list