summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/gateone/gateone_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 4f9684c938..aee88f3b46 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
2LICENSE = "AGPLv3" 2LICENSE = "AGPLv3"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=07d5a2790569bd3e3b422b69ccd43bec"
4 4
5PR = "r15" 5PR = "r16"
6 6
7PV = "0.9" 7PV = "0.9"
8SRCREV = "a68444610efa2892842893dae828a28527e64a6e" 8SRCREV = "a68444610efa2892842893dae828a28527e64a6e"
@@ -20,8 +20,8 @@ export prefix = "${localstatedir}/lib"
20do_install_append() { 20do_install_append() {
21 install -d ${D}${localstatedir}/log/${BPN} 21 install -d ${D}${localstatedir}/log/${BPN}
22 22
23 install -m 0755 -d ${D}${base_libdir}/systemd/system 23 install -m 0755 -d ${D}${systemd_unitdir}/system
24 install -m 0644 ${WORKDIR}/gateone.service ${D}${base_libdir}/systemd/system/ 24 install -m 0644 ${WORKDIR}/gateone.service ${D}${systemd_unitdir}/system/
25 25
26 install -m 0755 -d ${D}${sysconfdir}/avahi/services/ 26 install -m 0755 -d ${D}${sysconfdir}/avahi/services/
27 install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ 27 install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/