As a general rule is it better to use any "path variable" instead of a
hard-coded one.

@g

On Sat, Jun 30, 2012 at 4:25 PM, Robert P. J. Day <[email protected]>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.
>
> 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
>
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to