diff options
Diffstat (limited to 'meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb')
-rw-r--r-- | meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb index 370465e14..4deab153c 100644 --- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb +++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.18.bb | |||
@@ -48,8 +48,8 @@ INITSCRIPT_PARAMS = "defaults" | |||
48 | SYSTEMD_SERVICE:${PN} = "lldpd.service" | 48 | SYSTEMD_SERVICE:${PN} = "lldpd.service" |
49 | 49 | ||
50 | do_install:append() { | 50 | do_install:append() { |
51 | install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd | 51 | install -Dm 0755 ${UNPACKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd |
52 | install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd | 52 | install -Dm 0644 ${UNPACKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd |
53 | # Make an empty configuration file | 53 | # Make an empty configuration file |
54 | touch ${D}${sysconfdir}/lldpd.conf | 54 | touch ${D}${sysconfdir}/lldpd.conf |
55 | } | 55 | } |