On Fri, Oct 21, 2011 at 04:52, Phil Blundell <[email protected]> wrote: > On Fri, 2011-10-21 at 03:31 +0000, Otavio Salvador wrote: >> @@ -37,7 +37,7 @@ do_install () { >> install -p -m 644 debian/copyright ${D}${docdir}/${BPN}/ >> } >> >> -pkg_postinst_${PN} () { >> +pkg_preinst_${PN} () { >> set -e >> >> if [ ! -e $D${sysconfdir}/passwd ] ; then > > Doesn't this break on-target installs (or, more generally, installs > where preinst runs before unpacking)?
It does indeed. I will fix it and send a new patch for it. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
