summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
index 4c6985fd39..c6f8b1d44f 100644
--- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
@@ -43,7 +43,8 @@ obey_variables () {
43} 43}
44 44
45do_install() { 45do_install() {
46 oe_runmake 'DESTDIR=${D}' 'INSTALLNLSDIR=${D}${datadir}/locale' install 46 oe_runmake 'DESTDIR=${D}' 'INSTALLNLSDIR=${D}${datadir}/locale' \
47 'BINDIR=${sbindir}' install
47 install -d ${D}${sysconfdir}/chkconfig.d 48 install -d ${D}${sysconfdir}/chkconfig.d
48} 49}
49 50