fix the sed suffix to match the diff line

This commit is contained in:
Kevin Kofler 2012-06-12 01:14:59 +02:00
parent e07258505b
commit 496bfe539d
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ format for easy browsing
sed -i -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
# hack/fix for newer automake
sed -iautomake -e 's|automake\*1\.10\*|automake*1.1[0-5]*|' admin/cvs.sh
sed -i.automake -e 's|automake\*1\.10\*|automake*1.1[0-5]*|' admin/cvs.sh
diff -u admin/cvs.sh.automake admin/cvs.sh
make -f admin/Makefile.common cvs