Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210611 - net-wireless/wireless-tools-30_pre6 fails multilib-strict
Summary: net-wireless/wireless-tools-30_pre6 fails multilib-strict
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-18 18:35 UTC by Togge
Modified: 2008-02-18 19:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Togge 2008-02-18 18:35:56 UTC
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 Raúl Porcel (RETIRED) gentoo-dev 2008-02-18 19:14:18 UTC
Fixed, thanks