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

gamix.spec

index 06e9929e536e98209f1dfe65af68bbf8a0d00750..683078779ddd2efff893ff611ce19f0ae6776dd3 100644 (file)
@@ -31,8 +31,8 @@ Mikser Audio w GTK dla ALSA.
 %build
 gettextize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.104786 seconds and 4 git commands to generate.