diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/lsb/lsbsetup_0.9.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsb/lsbsetup_0.9.bb b/meta/recipes-extended/lsb/lsbsetup_0.9.bb index 21bd26e915..f3651e24a9 100644 --- a/meta/recipes-extended/lsb/lsbsetup_0.9.bb +++ b/meta/recipes-extended/lsb/lsbsetup_0.9.bb | |||
@@ -17,7 +17,9 @@ do_install() { | |||
17 | install -d ${D}/usr/lib/lsb | 17 | install -d ${D}/usr/lib/lsb |
18 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd | 18 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd |
19 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd | 19 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd |
20 | ln -sf ${base_sbindir}/sendmail ${D}/${libdir}/lsb/sendmail | 20 | ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${libdir}/lsb" | 23 | FILES_${PN} += "${libdir}/lsb \ |
24 | ${libdir}/* \ | ||
25 | " | ||