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

usbutils.spec

index fefe0b5ec1109a5fa4e20b1032edd08abd5b90a6..e8f9c79141fd4a92dde73cedbcbcd38991e179cb 100644 (file)
@@ -32,12 +32,12 @@ libtoolize --copy --force
 rm -f missing
 aclocal
 automake -a -c
-autoconf
+%{__autoconf}
 cd libusb
 rm -f missing
 aclocal
 automake -a -c
-autoconf
+%{__autoconf}
 cd ..
 %configure
 %{__make}
This page took 0.057511 seconds and 4 git commands to generate.