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

feh.spec

index 19cad183df4fcc36d42f228f76c561f9159d486c..b040f379fdb1950574032e7d66d28c3050403452 100644 (file)
--- a/feh.spec
+++ b/feh.spec
@@ -42,8 +42,8 @@ oraz sterowanie z klawiatury/myszki (te
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
This page took 0.107974 seconds and 4 git commands to generate.