Bug 210611 - net-wireless/wireless-tools-30_pre6 fails multilib-strict
Bug#: 210611 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: mobile@gentoo.org Reported By: togge.gentoo@gmail.com
Component: Applications
URL: 
Summary: net-wireless/wireless-tools-30_pre6 fails multilib-strict
Keywords:  
Status Whiteboard: 
Opened: 2008-02-18 18:35 0000
Description:   Opened: 2008-02-18 18:35 0000
wireless-tools-30_pre6 has changed strings in makefile causing sed call to miss
variable cleanup.

Index: wireless-tools-30_pre6.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-wireless/wireless-tools/wireless-tools-30_pre6.ebuild,v
retrieving revision 1.1
diff -u -b -B -p -r1.1 wireless-tools-30_pre6.ebuild
--- wireless-tools-30_pre6.ebuild       18 Feb 2008 11:51:50 -0000      1.1
+++ wireless-tools-30_pre6.ebuild       18 Feb 2008 18:29:30 -0000
@@ -29,8 +29,8 @@ src_unpack() {
                -e "s:^\(RANLIB\) = ranlib:\1 = $(tc-getRANLIB):" \
                -e "s:^\(CFLAGS=-Os\):#\1:" \
                -e "s:\(@\$(LDCONFIG).*\):#\1:" \
-               -e "s:^\(INSTALL_MAN= \$(PREFIX)\)/man/:\1/share/man:" \
-               -e "s:^\(INSTALL_LIB= \$(PREFIX)\)/lib/:\1/$(get_libdir)/:" \
+               -e "s:^\(INSTALL_MAN= \$(PREFIX)\)/man:\1/share/man:" \
+               -e "s:^\(INSTALL_LIB= \$(PREFIX)\)/lib:\1/$(get_libdir)/:" \
                -e "s:^\(BUILD_STATIC = y\):#\1:" \
                "${S}"/Makefile || die
 }

------- Comment #1 From Raúl Porcel 2008-02-18 19:14:18 0000 -------
Fixed, thanks