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

firestarter.spec

index f7a710dbb8dc4fba77ab7773d2369f6f0f5e54a5..988d7ba3dfcec022790847f47fed01cc26be9fed 100644 (file)
@@ -39,8 +39,8 @@ administrowania wraz z istniej
 rm -f missing
 libtoolize --copy --force
 aclocal -I macros
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.1213 seconds and 4 git commands to generate.