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

bbpager.spec

index f1ce9dc1f15583d184c00d7566899c1f635b5ca2..bac0d063aea9858b737f119dc27ebc85933c171f 100644 (file)
@@ -28,8 +28,8 @@ bbpager jest tym, co nazwa sugeruje: pagerem dla Blackboksa.
 
 %build
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make} CXX="%{__cc}"
 
This page took 0.109132 seconds and 4 git commands to generate.