]> git.pld-linux.org Git - packages/crossmingw32-binutils.git/commitdiff
- updated to 2.13.90.0.20
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Mar 2003 01:47:59 +0000 (01:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added workaround for $(SHELL) in $(INSTALL)

Changed files:
    crossmingw32-binutils.spec -> 1.20

crossmingw32-binutils.spec

index b05642a31ab5b95e2d2511aa5a2d36c6cd3ca305..d7bca0db8e88c1fc322c128ad76ac3012d36b8ff 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Mingw32 Binary Utility Development Utilities - GNU binutils
 Summary(pl):   Zestaw narzêdzi mingw32 - GNU binutils
 Name:          crossmingw32-binutils
-Version:       2.12.90.0.15
+Version:       2.13.90.0.20
 Release:       1
 License:       GPL
 Group:         Development/Tools
@@ -62,6 +62,7 @@ CONFIG_SHELL="/bin/bash" \
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+       INSTALL='$$s/install-sh -c' \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        infodir=$RPM_BUILD_ROOT%{_infodir} \
This page took 0.056683 seconds and 4 git commands to generate.