Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332576 Details for
Bug 447580
sys-apps/kmod-12: bindir points to /bin instead of /sbin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for kmod-12 and kmod-9999 (with EPREFIX)
kmod-12.diff (text/plain), 902 bytes, created by
consus
on 2012-12-17 12:51:11 UTC
(
hide
)
Description:
Patch for kmod-12 and kmod-9999 (with EPREFIX)
Filename:
MIME Type:
Creator:
consus
Created:
2012-12-17 12:51:11 UTC
Size:
902 bytes
patch
obsolete
>--- /usr/portage/sys-apps/kmod/kmod-12.ebuild 2012-12-05 21:13:29.000000000 +0400 >+++ kmod-12.ebuild 2012-12-17 16:48:37.000000000 +0400 >@@ -54,8 +54,8 @@ > src_configure() > { > econf \ >- --bindir=/bin \ >- --with-rootlibdir=/$(get_libdir) \ >+ --bindir="${EPREFIX}"/sbin \ >+ --with-rootlibdir="${EPREFIX}"/$(get_libdir) \ > $(use_enable static-libs static) \ > $(use_enable tools) \ > $(use_enable debug) \ >@@ -69,15 +69,12 @@ > default > prune_libtool_files > >+ # Compatibility symlinks (see #426698) > if use tools; then > local cmd > for cmd in depmod insmod lsmod modinfo modprobe rmmod; do >- dosym kmod /bin/${cmd} >+ dosym kmod "${EPREFIX}"/sbin/${cmd} > done >- # Compatibility symlink(s): >- # These are both hardcoded in the Linux kernel source tree wrt #426698 >- dosym /bin/kmod /sbin/depmod >- dosym /bin/kmod /sbin/modprobe > fi > > cat <<-EOF > "${T}"/usb-load-ehci-first.conf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 447580
:
332572
| 332576