First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 210611
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Mobile Herd <mobile@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Togge <togge.gentoo@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 210611 depends on: Show dependency tree
Show dependency graph
Bug 210611 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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

First Last Prev Next    No search results available      Search page      Enter new bug