[OE-core] [PATCH] dbus: Remove hardcoded reference to /usr in System V startup script

Colin Walters walters at verbum.org
Sun Sep 23 19:45:20 UTC 2012


On Sat, 2012-09-22 at 19:42 +0100, Phil Blundell wrote:

> -	install -m 0755 ${WORKDIR}/dbus-1.init ${D}${sysconfdir}/init.d/dbus-1
> +	sed 's:@bindir@:${bindir}:' < ${WORKDIR}/dbus-1.init >${WORKDIR}/dbus-1.init.sh

Does that actually work?  The variable reference is inside single quotes
so it won't be expanded by the shell, right?






More information about the Openembedded-core mailing list