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

Collapse All | Expand All

(-)os-prober-1.35.ebuild (-2 / +2 lines)
Lines 18-26 IUSE="" Link Here
18
S="${WORKDIR}/${PN}"
18
S="${WORKDIR}/${PN}"
19
19
20
src_prepare() {
20
src_prepare() {
21
	epatch "${FILESDIR}"/${P}-multilib.patch
22
23
	sed -i -e "s:/lib/udev:/$(get_libdir)/udev:g" common.sh || die "sed failed on common.sh"
21
	sed -i -e "s:/lib/udev:/$(get_libdir)/udev:g" common.sh || die "sed failed on common.sh"
22
	find "${S}" -type f -exec sed -i -e "s:/usr/lib/:/usr/libexec/:g" {} + || die "failed on find and set lib->libexec"
23
	sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" os-probes/mounted/common/90linux-distro  || die "sed failed on 90linux-distro"
24
24
25
	# Just use the default rules provided by GNU Make
25
	# Just use the default rules provided by GNU Make
26
	rm Makefile
26
	rm Makefile

Return to bug 307909