View | Details | Raw Unified
Collapse All | Expand All

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