From patchwork Sun Aug 5 15:54:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [27/30] qemu-config: use ${sysconfdir} instead of /etc for packaging Date: Sun, 05 Aug 2012 15:54:14 -0000 From: Javier Martinez Canillas X-Patchwork-Id: 33893 Message-Id: <1344182057-15981-28-git-send-email-javier@dowhile0.org> To: Richard Purdie Cc: openembedded-core@lists.openembedded.org It is considered good practice to use the build system provided variables instead of directly specify hardcoded paths. Signed-off-by: Javier Martinez Canillas --- meta/recipes-bsp/qemu-config/qemu-config.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/qemu-config/qemu-config.bb b/meta/recipes-bsp/qemu-config/qemu-config.bb index 56ee465..a57d82c 100644 --- a/meta/recipes-bsp/qemu-config/qemu-config.bb +++ b/meta/recipes-bsp/qemu-config/qemu-config.bb @@ -28,8 +28,8 @@ do_install() { install -d ${D}${datadir}/applications install -m 0644 shutdown.desktop ${D}${datadir}/applications/ - install -d ${D}/etc/init.d - install qemu-autostart ${D}/etc/init.d/ + install -d ${D}${sysconfdir}/init.d + install qemu-autostart ${D}${sysconfdir}/init.d/ } pkg_postinst_${PN} () {