diff options
Diffstat (limited to 'meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb')
| -rw-r--r-- | meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb index 03076cbc60..6c80f4c81d 100644 --- a/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb +++ b/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb | |||
| @@ -48,7 +48,7 @@ RDEPENDS:${PN}:append = " \ | |||
| 48 | 48 | ||
| 49 | do_install:append() { | 49 | do_install:append() { |
| 50 | install -d ${D}${systemd_unitdir}/system | 50 | install -d ${D}${systemd_unitdir}/system |
| 51 | install -m 644 ${WORKDIR}/edac.service ${D}/${systemd_unitdir}/system | 51 | install -m 644 ${UNPACKDIR}/edac.service ${D}/${systemd_unitdir}/system |
| 52 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service | 52 | sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service |
| 53 | } | 53 | } |
| 54 | 54 | ||
