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

Collapse All | Expand All

(-)rmake-1.0.13.ebuild.orig (-1 / +1 lines)
Lines 18-24 Link Here
18
		app-admin/conary"
18
		app-admin/conary"
19
19
20
src_install() {
20
src_install() {
21
	emake DESTDIR="${D}" install || die "install failed"
21
	emake DESTDIR="${D}" libdir=/usr/$(get_libdir) install || die "install failed"
22
22
23
	fperms 04755 /usr/libexec/rmake/chroothelper
23
	fperms 04755 /usr/libexec/rmake/chroothelper
24
	for x in /var/{rmake,{log,lib,run}/rmake} /{etc,srv}/rmake; do
24
	for x in /var/{rmake,{log,lib,run}/rmake} /{etc,srv}/rmake; do

Return to bug 204846