]> git.pld-linux.org Git - packages/bumprace.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:43 +0000 (23:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
             s/^automake -a -c -f/\%\{__automake\}/; \
     s/^autoconf/\%\{__autoconf\}/"

Changed files:
    bumprace.spec -> 1.5

bumprace.spec

index 9755e7a33ef0fb7bf7df666eba7d0d1b6c7c9509..8a9b586ff09687b035ce92e86025de7072e6a342 100644 (file)
@@ -34,8 +34,8 @@ muzyk
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.126412 seconds and 4 git commands to generate.