Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 416714 Details for
Bug 565304
sys-process/procps-3.3.11-r2 installs non-essential binaries in /bin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Keep --sbindir
0001-sys-process-procps-Move-non-essential-binaries-back-.patch (text/plain), 1.30 KB, created by
Mike Gilbert
on 2015-11-11 21:03:15 UTC
(
hide
)
Description:
Keep --sbindir
Filename:
MIME Type:
Creator:
Mike Gilbert
Created:
2015-11-11 21:03:15 UTC
Size:
1.30 KB
patch
obsolete
>From f594d34a391d72cce75e14148b7e8b9d40bdc536 Mon Sep 17 00:00:00 2001 >From: Mike Gilbert <floppym@gentoo.org> >Date: Wed, 11 Nov 2015 15:38:10 -0500 >Subject: [PATCH] sys-process/procps: Move non-essential binaries back to > /usr/bin > >Per the base-system lead, this is where they belong. > >Bug: https://bugs.gentoo.org/565304 > >Package-Manager: portage-2.2.23_p26 >--- > .../procps/{procps-3.3.11-r2.ebuild => procps-3.3.11-r3.ebuild} | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > rename sys-process/procps/{procps-3.3.11-r2.ebuild => procps-3.3.11-r3.ebuild} (97%) > >diff --git a/sys-process/procps/procps-3.3.11-r2.ebuild b/sys-process/procps/procps-3.3.11-r3.ebuild >similarity index 97% >rename from sys-process/procps/procps-3.3.11-r2.ebuild >rename to sys-process/procps/procps-3.3.11-r3.ebuild >index fa9d6fc..9c857e2 100644 >--- a/sys-process/procps/procps-3.3.11-r2.ebuild >+++ b/sys-process/procps/procps-3.3.11-r3.ebuild >@@ -43,7 +43,6 @@ src_prepare() { > > src_configure() { > econf \ >- --bindir="${EPREFIX}"/bin \ > --sbindir="${EPREFIX}"/sbin \ > --docdir='$(datarootdir)'/doc/${PF} \ > $(use_enable modern-top) \ >@@ -63,6 +62,9 @@ src_install() { > default > #dodoc sysctl.conf > >+ dodir /bin >+ mv "${ED}"/usr/bin/{ps,kill} "${ED}"/bin || die >+ > gen_usr_ldscript -a procps > prune_libtool_files > } >-- >2.6.3 >
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 565304
:
416712
| 416714 |
416818