Bug 118040 - =sys-apps/sg3_utils-1.18 misses a / in libdir
Bug#: 118040 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: slarti@gentoo.org Reported By: wschlich@gentoo.org
Component: Applications
URL: 
Summary: =sys-apps/sg3_utils-1.18 misses a / in libdir
Keywords:  
Status Whiteboard: 
Opened: 2006-01-06 07:05 0000
Description:   Opened: 2006-01-06 07:05 0000
ebuild contains:

"/^LIBDIR=/s:/lib:$(get_libdir):"

thus "/lib" is being replaced by "lib" (on x86 e.g.)
instead of "/lib". the ebuild should add a slash right
before the $:

"/^LIBDIR=/s:/lib:/$(get_libdir):"

@slarti: YOU BROKE IT! ;-)))

CCing maintainer and last bumper.

------- Comment #1 From Tom Martin (RETIRED) 2006-01-06 08:33:44 0000 -------
Fixed in CVS.

(Hope you don't mind plasmaroo, only this is kinda trivial and not really worth
waiting on the maintainer for)

------- Comment #2 From Tim Yamin (RETIRED) 2006-01-06 11:18:58 0000 -------
> (Hope you don't mind plasmaroo, only this is kinda trivial and not really worth
> waiting on the maintainer for)

Not at all, thanks for fixing :)