diff options
| -rw-r--r-- | meta/recipes-core/seatd/seatd_0.9.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/seatd/seatd_0.9.1.bb b/meta/recipes-core/seatd/seatd_0.9.1.bb index 87e1c3b67d..3b4b3bae4c 100644 --- a/meta/recipes-core/seatd/seatd_0.9.1.bb +++ b/meta/recipes-core/seatd/seatd_0.9.1.bb | |||
| @@ -35,9 +35,8 @@ PACKAGECONFIG[systemd] = "-Dlibseat-logind=systemd,,systemd" | |||
| 35 | do_install:append() { | 35 | do_install:append() { |
| 36 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then | 36 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then |
| 37 | install -Dm755 ${UNPACKDIR}/init ${D}/${sysconfdir}/init.d/seatd | 37 | install -Dm755 ${UNPACKDIR}/init ${D}/${sysconfdir}/init.d/seatd |
| 38 | else | ||
| 39 | install -Dm644 ${S}/contrib/systemd/seatd.service ${D}${systemd_unitdir}/system/seatd.service | ||
| 40 | fi | 38 | fi |
| 39 | install -Dm644 ${S}/contrib/systemd/seatd.service ${D}${systemd_unitdir}/system/seatd.service | ||
| 41 | } | 40 | } |
| 42 | 41 | ||
| 43 | USERADD_PACKAGES = "${PN}" | 42 | USERADD_PACKAGES = "${PN}" |
