diff options
-rw-r--r-- | meta/recipes-extended/lsb/lsb_4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/lsb/lsb_4.1.bb b/meta/recipes-extended/lsb/lsb_4.1.bb index 59d5bcafef..c80ff593c7 100644 --- a/meta/recipes-extended/lsb/lsb_4.1.bb +++ b/meta/recipes-extended/lsb/lsb_4.1.bb | |||
@@ -79,8 +79,8 @@ do_install_append(){ | |||
79 | 79 | ||
80 | # creat links for LSB test | 80 | # creat links for LSB test |
81 | install -d ${D}/${libdir}/lsb | 81 | install -d ${D}/${libdir}/lsb |
82 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd | 82 | ln -sf ${sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd |
83 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd | 83 | ln -sf ${sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd |
84 | ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail | 84 | ln -sf ${sbindir}/sendmail ${D}/${libdir}/sendmail |
85 | 85 | ||
86 | if [ "${TARGET_ARCH}" = "x86_64" ];then | 86 | if [ "${TARGET_ARCH}" = "x86_64" ];then |