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

Collapse All | Expand All

(-)a/sys-cluster/ceph/ceph-0.67.ebuild (+1 lines)
Lines 66-71 src_prepare() { Link Here
66
	sed -e '/testsnaps/d' -i src/Makefile.am || die
66
	sed -e '/testsnaps/d' -i src/Makefile.am || die
67
	sed -e "/bin=/ s:lib:$(get_libdir):" "${FILESDIR}"/${PN}.initd \
67
	sed -e "/bin=/ s:lib:$(get_libdir):" "${FILESDIR}"/${PN}.initd \
68
		> "${T}"/${PN}.initd || die
68
		> "${T}"/${PN}.initd || die
69
	sed -e '/^ceph_sbindir =/s:$(exec_prefix)::' -i src/Makefile.am || die #bug #481250
69
	eautoreconf
70
	eautoreconf
70
}
71
}
71
72

Return to bug 481250