On Sat, Jun 30, 2012 at 09:25:57AM -0400, Robert P. J. Day wrote:
> 
>   i suspect i know the answer to this, but in the recipe file
> usbinit.bb, we have:
> 
> do_install() {
>     install -d ${D}/etc
>     install -d ${D}/etc/init.d
>     install usb-gether ${D}/etc/init.d
> }
> 
>   i'm guessing that would more properly be coded:
> 
> do_install() {
>     install -d ${D}${sysconfdir}
>     install -d ${D}${sysconfdir}/init.d
>     install usb-gether ${D}${sysconfdir}/init.d
> }
> 
>   the end result is functionally identical, of course, it's all just a
> matter of style.

using sysconfdir is better as someone can define it to different value
then 'etc' and the later will still work (be consistent across image)

Cheers,

> 
> rday
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                         http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================
> 
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
Martin 'JaMa' Jansa     jabber: [email protected]

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to