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

Collapse All | Expand All

(-)a/app-emulation/lxd/lxd-4.0.4-r1.ebuild (+5 lines)
Lines 75-80 src_prepare() { Link Here
75
		-e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/lxd:g" \
75
		-e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/lxd:g" \
76
		-e "s:make:make ${MAKEOPTS}:g" \
76
		-e "s:make:make ${MAKEOPTS}:g" \
77
		Makefile || die
77
		Makefile || die
78
79
	sed -i \
80
		-e "s:\./configure:./configure --prefix=/usr --libdir=${EPREFIX}/usr/lib/lxd:g" \
81
		-e "s:make:make ${MAKEOPTS}:g" \
82
		Makefile || die
78
}
83
}
79
84
80
src_configure() { :; }
85
src_configure() { :; }

Return to bug 763180