rpms/kdebase3/devel kdebase3.spec,1.27,1.28

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu Jan 24 01:55:25 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdebase3/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22997/devel

Modified Files:
	kdebase3.spec 
Log Message:
Fix sed command.


Index: kdebase3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase3/devel/kdebase3.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- kdebase3.spec	24 Jan 2008 01:53:18 -0000	1.27
+++ kdebase3.spec	24 Jan 2008 01:54:42 -0000	1.28
@@ -320,7 +320,7 @@
 
 %if "%{name}" != "kdebase"
 # hacks to omit stuff that doesn't support DO_NOT_COMPILE
-sed -i -e 's|^FONTINST_SUBDIR=kfontinst|#FONTINST_SUBDIR=kfontinst|' 's/kicker//' kcontrol/Makefile.am
+sed -i -e 's|^FONTINST_SUBDIR=kfontinst|#FONTINST_SUBDIR=kfontinst|' -e 's/kicker//' kcontrol/Makefile.am
 %endif
 
 # security fixes




More information about the fedora-extras-commits mailing list