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

cbb.spec

index 959a0f9e705995e0ba1a4f4ad28ba9a009d22e71..3bea634336e3687f641971a2297c300d6a923201 100644 (file)
--- a/cbb.spec
+++ b/cbb.spec
@@ -40,8 +40,8 @@ modyfikacji kodu.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.081864 seconds and 4 git commands to generate.