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

Collapse All | Expand All

(-)/usr/local/portage/dev-scheme/slib/slib-3.1.5-r1.ebuild (-3 lines)
Lines 63-71 Link Here
63
src_install() {
63
src_install() {
64
	emake infoz || die "infoz failed"
64
	emake infoz || die "infoz failed"
65
	emake install || die "install failed"
65
	emake install || die "install failed"
66
	sed -e 's:${D}::'g /usr/bin/slib > "${D}"/usr/bin/slib.new
67
	mv "${D}"/usr/bin/slib.new "${D}"/usr/bin/slib
68
	chmod 0755 "${D}"/usr/bin/slib
69
66
70
	dodoc ANNOUNCE ChangeLog FAQ README
67
	dodoc ANNOUNCE ChangeLog FAQ README
71
	dodir /usr/share/gambit/
68
	dodir /usr/share/gambit/

Return to bug 333937