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

FSViewer.spec

index e863dd1f1d3656637f9fcb5a1dc14f6e4c4fbeaf..0cb7df5fe5bb965a8df8e0f75d3788543ceb82c7 100644 (file)
@@ -46,8 +46,8 @@ NeXT FileViewer.
 %build
 rm -f missing
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
This page took 0.110035 seconds and 4 git commands to generate.