Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 565304 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-process/procps/procps-3.3.11-r2.ebuild (-3 / +3 lines)
Lines 43-50 src_prepare() { Link Here
43
43
44
src_configure() {
44
src_configure() {
45
	econf \
45
	econf \
46
		--bindir="${EPREFIX}"/bin \
47
		--sbindir="${EPREFIX}"/sbin \
48
		--docdir='$(datarootdir)'/doc/${PF} \
46
		--docdir='$(datarootdir)'/doc/${PF} \
49
		$(use_enable modern-top) \
47
		$(use_enable modern-top) \
50
		$(use_with ncurses) \
48
		$(use_with ncurses) \
Lines 63-68 src_install() { Link Here
63
	default
61
	default
64
	#dodoc sysctl.conf
62
	#dodoc sysctl.conf
65
63
64
	dodir /bin
65
	mv "${ED}"/usr/bin/{ps,kill} "${ED}"/bin || die
66
66
	gen_usr_ldscript -a procps
67
	gen_usr_ldscript -a procps
67
	prune_libtool_files
68
	prune_libtool_files
68
}
69
}
69
- 

Return to bug 565304