On Sat, May 21, 2011 at 1:00 AM, Phil Blundell <[email protected]> wrote: > On Fri, 2011-05-20 at 16:19 -0700, Khem Raj wrote: >> - install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d >> + install -d $D/${sysconfdir}/rcS.d > > Just as a note in passing, this sort of thing is best written as: > > install -d "${D}${sysconfdir}/rcS.d" > > i.e. you don't need a slash after ${D}, and the whole argument should > ideally be quoted to protect against characters that are special to the > shell.
ok done and patch is in pull branch with this fixed > > p. > > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
