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

Collapse All | Expand All

(-)tmp/gfs2/ebuilds/sys-cluster/openais/openais-0.80.3.ebuild (-2 / +2 lines)
Lines 29-39 Link Here
29
29
30
src_compile() {
30
src_compile() {
31
	emake LIBDIR="/usr/$(get_libdir)/openais" CC="$(tc-getCC)" \
31
	emake LIBDIR="/usr/$(get_libdir)/openais" CC="$(tc-getCC)" \
32
		CFLAGS="${CFLAGS}" || die "emake install failed"
32
		CFLAGS="${CFLAGS}" SBINDIR="/sbin" || die "emake install failed"
33
}
33
}
34
34
35
src_install() {
35
src_install() {
36
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/openais" install \
36
	emake DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/openais" SBINDIR="/sbin" install \
37
		|| die "emake install failed"
37
		|| die "emake install failed"
38
	newinitd "${FILESDIR}"/openais-init.d ais
38
	newinitd "${FILESDIR}"/openais-init.d ais
39
	dodoc CHANGELOG LICENSE QUICKSTART README.amf README.devmap SECURITY TODO
39
	dodoc CHANGELOG LICENSE QUICKSTART README.amf README.devmap SECURITY TODO

Return to bug 160847