summaryrefslogtreecommitdiff
path: root/tmake/tmake_1.11.oe
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/tmake_1.11.oe')
-rw-r--r--tmake/tmake_1.11.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmake/tmake_1.11.oe b/tmake/tmake_1.11.oe
index 2d47c987aa..71aa13d49e 100644
--- a/tmake/tmake_1.11.oe
+++ b/tmake/tmake_1.11.oe
@@ -11,8 +11,8 @@ S = "${WORKDIR}/tmake-${PV}"
do_stage() {
install -m 0755 bin/tmake bin/progen ${STAGING_BINDIR}/
- install -d ${STAGING_DIR}/share/tmake
- cp -R lib/* ${STAGING_DIR}/share/tmake/
+ install -d ${STAGING_DATADIR}/tmake
+ cp -R lib/* ${STAGING_DATADIR}/tmake/
}
do_install() {