summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb')
-rw-r--r--meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
index f7160f508b..6c5591b461 100644
--- a/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
+++ b/meta-oe/recipes-devtools/systemd/nativesdk-systemd-systemctl.bb
@@ -7,9 +7,9 @@ inherit nativesdk
7 7
8SRC_URI = "file://systemctl" 8SRC_URI = "file://systemctl"
9 9
10S = "${WORKDIR}" 10S = "${UNPACKDIR}"
11 11
12do_install() { 12do_install() {
13 install -d ${D}${bindir} 13 install -d ${D}${bindir}
14 install -m 0755 ${WORKDIR}/systemctl ${D}${bindir} 14 install -m 0755 ${UNPACKDIR}/systemctl ${D}${bindir}
15} 15}