Op 27 mei 2011, om 15:47 heeft Phil Blundell het volgende geschreven: > On Fri, 2011-05-27 at 15:40 +0200, Koen Kooi wrote: >> + mkdir -p $UUIDDIR || true > > Why "|| true"? If this creation fails then the following chown will > surely fail as well, except with a different and less illuminating error > message. > >> + chown "$MESSAGEUSER"."$MESSAGEUSER" "$UUIDDIR" > > The dot syntax is nonstandard and obsolescent. It would be better to > use ":" there.
I matched the postinst for these additionsm, but I can cleanup the complete postinst if you wish. regards, Koen _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
