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

gnuchess.spec

index e2a9a15402265ede4d5e6fa494a9d0a0eb7b2943..ce94031b369791e131ecf430337eb188cf341728 100644 (file)
@@ -75,7 +75,7 @@ program
 
 %build
 cd src
-autoconf
+%{__autoconf}
 %configure
 %{__make}
 
This page took 0.090506 seconds and 4 git commands to generate.