summaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend')
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend b/meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend
index d757c7096..4789ad06f 100644
--- a/meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/openssh/openssh_6.1p1.bbappend
@@ -13,9 +13,9 @@ inherit systemd
13 13
14SRC_URI += "file://sshd.socket file://sshd@.service file://sshdgenkeys.service" 14SRC_URI += "file://sshd.socket file://sshd@.service file://sshdgenkeys.service"
15do_install_append() { 15do_install_append() {
16 install -d ${D}${systemd_unitdir}/system 16 install -d ${D}${systemd_unitdir}/system
17 install -m 0644 ${WORKDIR}/sshd.socket ${D}${systemd_unitdir}/system 17 install -m 0644 ${WORKDIR}/sshd.socket ${D}${systemd_unitdir}/system
18 install -m 0644 ${WORKDIR}/sshd@.service ${D}${systemd_unitdir}/system 18 install -m 0644 ${WORKDIR}/sshd@.service ${D}${systemd_unitdir}/system
19 install -m 0644 ${WORKDIR}/sshdgenkeys.service ${D}${systemd_unitdir}/system 19 install -m 0644 ${WORKDIR}/sshdgenkeys.service ${D}${systemd_unitdir}/system
20} 20}
21 21