]> git.pld-linux.org Git - packages/cftp.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:
    cftp.spec -> 1.12

cftp.spec

index 727d72593dd10bdb29f2613b1a34eaad7882d923..a801583a0983878c47cf03509dd8299bd939c0e6 100644 (file)
--- a/cftp.spec
+++ b/cftp.spec
@@ -35,8 +35,8 @@ wsparcie dla IPv6 i inne.
 %build
 rm -f missing
 aclocal
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
 %configure
 %{__make}
 
This page took 0.061451 seconds and 4 git commands to generate.