mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:06:58 +00:00
syslog-ng: Do not install non-existing systemd file
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b2d22130c2
commit
3a9262866d
@ -92,7 +92,6 @@ do_install_append() {
|
||||
|
||||
install -d ${D}${systemd_unitdir}/system/
|
||||
install -m 0644 ${S}/contrib/systemd/${BPN}@.service ${D}${systemd_unitdir}/system/${BPN}@.service
|
||||
install -m 0644 ${S}/${BPN}.service ${D}${systemd_unitdir}/system/${BPN}.service
|
||||
install -m 0644 ${S}/contrib/systemd/${BPN}@default ${D}${sysconfdir}/default/${BPN}@default
|
||||
|
||||
sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/${BPN}@.service ${D}${sysconfdir}/default/${BPN}@default
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user