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

Collapse All | Expand All

(-)elogind-231.4.ebuild (-1 / +4 lines)
Lines 58-63 Link Here
58
		--with-udevrulesdir="$(get_udevdir)"/rules.d \
59
		--with-udevrulesdir="$(get_udevdir)"/rules.d \
59
		--libdir="${EPREFIX}"/usr/$(get_libdir) \
60
		--libdir="${EPREFIX}"/usr/$(get_libdir) \
60
		--with-rootlibdir="${EPREFIX}"/$(get_libdir) \
61
		--with-rootlibdir="${EPREFIX}"/$(get_libdir) \
62
		--with-rootlibexecdir="${EPREFIX}"/$(get_libdir)/libexec \
61
		--enable-smack \
63
		--enable-smack \
62
		--with-cgroup-controller=openrc \
64
		--with-cgroup-controller=openrc \
63
		--disable-lto \
65
		--disable-lto \
Lines 72-78 Link Here
72
	find "${D}" -name '*.la' -delete || die
74
	find "${D}" -name '*.la' -delete || die
73
75
74
	newinitd "${FILESDIR}"/${PN}.init ${PN}
76
	newinitd "${FILESDIR}"/${PN}.init ${PN}
75
	newconfd "${FILESDIR}"/${PN}.conf ${PN}
77
78
	sed -e "s/@libdir@/$(get_libdir)/" "${FILESDIR}"/${PN}.conf.in > ${PN}.conf || die
79
	newconfd ${PN}.conf ${PN}
76
}
80
}
77
81
78
pkg_postinst() {
82
pkg_postinst() {

Return to bug 626416