summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-mac/ccs-tools/ccs-tools_1.8.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
index ff800ce..8185e51 100644
--- a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
+++ b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb
@@ -23,7 +23,7 @@ do_make(){
23} 23}
24 24
25do_install(){ 25do_install(){
26 oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} install 26 oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install
27} 27}
28 28
29PACKAGE="${PN} ${PN}-dbg ${PN}-doc" 29PACKAGE="${PN} ${PN}-dbg ${PN}-doc"