]> git.pld-linux.org Git - packages/console-data.git/commitdiff
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
authorkloczek <kloczek@pld-linux.org>
Tue, 21 May 2002 23:12:45 +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:
    console-data.spec -> 1.33

console-data.spec

index 9e933fa0f0e65d49f717b45d93d445b82aec0f02..937a4f29aa5a1faab04de52ac82f2c4f736e292e 100644 (file)
@@ -26,8 +26,8 @@ console-tools.
 
 %build
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure \
        --with-main_compressor=gzip
 %{__make}
This page took 0.080868 seconds and 4 git commands to generate.