diff options
Diffstat (limited to 'meta-python/recipes-connectivity/gateone/gateone_git.bb')
| -rw-r--r-- | meta-python/recipes-connectivity/gateone/gateone_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb index 6a93f83228..5323554ba8 100644 --- a/meta-python/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb | |||
| @@ -32,13 +32,13 @@ do_install_append() { | |||
| 32 | < ${WORKDIR}/$file.in \ | 32 | < ${WORKDIR}/$file.in \ |
| 33 | > ${WORKDIR}/$file | 33 | > ${WORKDIR}/$file |
| 34 | done | 34 | done |
| 35 | 35 | ||
| 36 | install -d ${D}${systemd_unitdir}/system | 36 | install -d ${D}${systemd_unitdir}/system |
| 37 | install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system | 37 | install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system |
| 38 | 38 | ||
| 39 | install -d ${D}${sysconfdir}/init.d | 39 | install -d ${D}${sysconfdir}/init.d |
| 40 | install -m 0755 ${WORKDIR}/gateone-init ${D}${sysconfdir}/init.d/gateone | 40 | install -m 0755 ${WORKDIR}/gateone-init ${D}${sysconfdir}/init.d/gateone |
| 41 | 41 | ||
| 42 | install -m 0755 -d ${D}${sysconfdir}/avahi/services/ | 42 | install -m 0755 -d ${D}${sysconfdir}/avahi/services/ |
| 43 | install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ | 43 | install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ |
| 44 | 44 | ||
