It is considered good practice to use the build system provided
variables instead of directly specify hardcoded paths.
Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemumips|qemuppc)"
-PR = "r24"
+PR = "r25"
SRC_URI = "file://distcc.sh \
file://anjuta-remote-run \
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} () {