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

bb.spec

diff --git a/bb.spec b/bb.spec
index 5d65e8a96ed8ce0473fe1b6fbc69b307f688ad7f..891237bf54f237e646f6fe2ae05e82c2e21fd453 100644 (file)
--- a/bb.spec
+++ b/bb.spec
@@ -29,8 +29,8 @@ operacyjnych.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.053898 seconds and 4 git commands to generate.