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

eject.spec

index 561f4cdde0f8726cc05a2e509c78c0b23d451dab..be080be9747560da1db7c7bcf87c08a2fc5a85ca 100644 (file)
@@ -71,8 +71,8 @@ Iomega Jaz 
 rm -f missing
 gettextize --copy --force
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.088393 seconds and 4 git commands to generate.