diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 19:59:42 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-23 07:55:16 +0100 |
| commit | 09d0c1efe4c746b2897662372fdd9bf8a85bf46f (patch) | |
| tree | 2b748fbb522be86dd74df30671344736b82347a4 | |
| parent | 2d1c7eb177ab5bb6653d9b1623c66c13b720e58e (diff) | |
| download | meta-openembedded-09d0c1efe4c746b2897662372fdd9bf8a85bf46f.tar.gz | |
slim: replace ${base_libdir}/systemd by ${systemd_unitdir} set in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-graphics/slim/slim_1.3.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/slim/slim_1.3.2.bb b/meta-oe/recipes-graphics/slim/slim_1.3.2.bb index 90f9939039..1428806b5a 100644 --- a/meta-oe/recipes-graphics/slim/slim_1.3.2.bb +++ b/meta-oe/recipes-graphics/slim/slim_1.3.2.bb | |||
| @@ -49,8 +49,8 @@ do_install() { | |||
| 49 | install -d ${D}${sysconfdir}/pam.d/ | 49 | install -d ${D}${sysconfdir}/pam.d/ |
| 50 | install -m 0644 ${WORKDIR}/slim.pamd ${D}${sysconfdir}/pam.d/slim | 50 | install -m 0644 ${WORKDIR}/slim.pamd ${D}${sysconfdir}/pam.d/slim |
| 51 | 51 | ||
| 52 | install -d ${D}${base_libdir}/systemd/system/ | 52 | install -d ${D}${systemd_unitdir}/system/ |
| 53 | install -m 0644 ${WORKDIR}/*.service ${D}${base_libdir}/systemd/system/ | 53 | install -m 0644 ${WORKDIR}/*.service ${D}${systemd_unitdir}/system/ |
| 54 | 54 | ||
| 55 | echo 'sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf | 55 | echo 'sessionstart_cmd /usr/bin/sessreg -a -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf |
| 56 | echo 'sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf | 56 | echo 'sessionstop_cmd /usr/bin/sessreg -d -l $DISPLAY %user' >> ${D}${sysconfdir}/slim.conf |
| @@ -58,7 +58,7 @@ do_install() { | |||
| 58 | 58 | ||
| 59 | 59 | ||
| 60 | RDEPENDS_${PN} = "perl xauth freetype sessreg " | 60 | RDEPENDS_${PN} = "perl xauth freetype sessreg " |
| 61 | FILES_${PN} += "${base_libdir}/systemd/system/" | 61 | FILES_${PN} += "${systemd_unitdir}/system/" |
| 62 | 62 | ||
| 63 | pkg_postinst_${PN} () { | 63 | pkg_postinst_${PN} () { |
| 64 | if test "x$D" != "x"; then | 64 | if test "x$D" != "x"; then |
