Prereq: 1.6 Index: ipkg-utils/ipkg-utils-1.7.050831.ebuild =================================================================== --- ipkg-utils/ipkg-utils-1.7.050831.ebuild {cset b6547a58-cb9b-44c2-afb8-5f58f5243a22} +++ ipkg-utils/ipkg-utils-1.7.050831.ebuild {local clone} @@ -32,3 +32,8 @@ src_install() { distutils_src_install 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." +}