diff options
-rw-r--r-- | meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb b/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb index 2d55c24..3aa0b0a 100644 --- a/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb +++ b/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.4.1.bb | |||
@@ -61,12 +61,12 @@ do_install () { | |||
61 | install -m 644 ${S}/systemd-daemon/parsec.service ${D}${systemd_unitdir}/system | 61 | install -m 644 ${S}/systemd-daemon/parsec.service ${D}${systemd_unitdir}/system |
62 | 62 | ||
63 | install -d ${D}${libdir}/tmpfiles.d | 63 | install -d ${D}${libdir}/tmpfiles.d |
64 | install -m 644 ${WORKDIR}/parsec-tmpfiles.conf ${D}${libdir}/tmpfiles.d | 64 | install -m 644 ${UNPACKDIR}/parsec-tmpfiles.conf ${D}${libdir}/tmpfiles.d |
65 | fi | 65 | fi |
66 | 66 | ||
67 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 67 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
68 | install -d ${D}${sysconfdir}/init.d | 68 | install -d ${D}${sysconfdir}/init.d |
69 | install -m 755 ${WORKDIR}/parsec_init ${D}${sysconfdir}/init.d/parsec | 69 | install -m 755 ${UNPACKDIR}/parsec_init ${D}${sysconfdir}/init.d/parsec |
70 | # Data dir | 70 | # Data dir |
71 | install -d -m 700 -o parsec -g parsec "${D}${localstatedir}/lib/parsec" | 71 | install -d -m 700 -o parsec -g parsec "${D}${localstatedir}/lib/parsec" |
72 | fi | 72 | fi |