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

cdrtools.spec

index 427496ffa57dad619413c7811037bae6b2e0ed79..73b7b3063e8606806ef49f9bd0fddec17ce47cfe 100644 (file)
@@ -114,7 +114,7 @@ chmod +w -R *
 %build
 cd conf
 rm -f acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4
-autoconf
+%{__autoconf}
 cd ..
 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" ./Gmake.linux
 
This page took 0.048873 seconds and 4 git commands to generate.