]> git.pld-linux.org Git - packages/fakeroot.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:
    fakeroot.spec -> 1.17

fakeroot.spec

index fd28055155ee25c676a859a6e63ae94688878212..7d5e57b36de73ab96147f211389dfc89503cce90 100644 (file)
@@ -50,8 +50,8 @@ stat e outros, criando um falso ambiente de root.
 rm -f missing
 libtoolize --copy --force
 aclocal
-autoconf
-automake -a -c -f --foreign
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.061748 seconds and 4 git commands to generate.