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
|
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.
Fixed in CVS.
(Hope you don't mind plasmaroo, only this is kinda trivial and not really worth
waiting on the maintainer for)
> (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 :)