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

Collapse All | Expand All

(-)amiwm-0.20_p48.ebuild.orig (-2 / +2 lines)
Lines 28-34 Link Here
28
	cd "${S}"
28
	cd "${S}"
29
29
30
	epatch "${FILESDIR}"/${P}-flex.patch #110169
30
	epatch "${FILESDIR}"/${P}-flex.patch #110169
31
	sed -i -e '/$(INSTALL) -s/$(INSTALL)/d' Makefile.in || die
31
	sed -i -e 's/$(INSTALL) -s/$(INSTALL)/' Makefile.in || die
32
}
32
}
33
33
34
src_compile() {
34
src_compile() {
Lines 44-50 Link Here
44
	rm "${D}"/usr/bin/requestchoice
44
	rm "${D}"/usr/bin/requestchoice
45
	dosym /usr/lib/amiwm/requestchoice /usr/bin/requestchoice
45
	dosym /usr/lib/amiwm/requestchoice /usr/bin/requestchoice
46
46
47
	dosed /usr/lib/amiwm/{Xinitrc,Xsession,Xsession2}
47
	dosed /usr/$(get_libdir)/amiwm/{Xinitrc,Xsession,Xsession2}
48
48
49
	dodoc INSTALL README* || die
49
	dodoc INSTALL README* || die
50
50

Return to bug 299918