On Sat, Oct 29, 2011 at 08:53, Martin Jansa <[email protected]> wrote: ... > + if [ -z "$D" ] ; then > + chown messagebus:messagebus ${localstatedir}/run/dbus > ${localstatedir}/lib/dbus > + chown root:messagebus ${libexecdir}/dbus-daemon-launch-helper > + chmod 4754 ${libexecdir}/dbus-daemon-launch-helper > + fi
If you use $D in directories it will work for in-target and rootfs installs allowing use of it in read-only-fs. -- 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
