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

Collapse All | Expand All

(-)ipkg-utils/ipkg-utils-1.7.050831.ebuild (+5 lines)
Lines 32-34 src_install() { Link Here
32
	distutils_src_install
32
	distutils_src_install
33
	make DESTDIR=${D} install || die
33
	make DESTDIR=${D} install || die
34
}
34
}
35
36
pkg_postinst() {
37
	einfo "Consider installing sys-apps/fakeroot for use with the ipkg-build command,"
38
	einfo "that makes it possible to build packages as a normal user."
39
}

Return to bug 138889