]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- prevent matching wrong define line
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Sep 2005 21:17:03 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.12

pearize.sh

index 83afce1b0f80a0f7950a1cc87107ad8a6f735889..3808d63c4e08143a2e77006bd19bb91623fff3b9 100644 (file)
@@ -72,7 +72,7 @@ perl -pi -e '
 
 if grep -q '^%files tests' $template; then
        sed -i -e '
-/^%define.*date/{
+/^%define.*date.*%/{
 i\
 %files tests\
 %defattr(644,root,root,755)\
This page took 0.190326 seconds and 4 git commands to generate.