summaryrefslogtreecommitdiff
path: root/xtrans
diff options
context:
space:
mode:
Diffstat (limited to 'xtrans')
-rw-r--r--xtrans/xtrans-cvs.oe7
1 files changed, 5 insertions, 2 deletions
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe
index 7674ea1dd6..c7de342e72 100644
--- a/xtrans/xtrans-cvs.oe
+++ b/xtrans/xtrans-cvs.oe
@@ -12,6 +12,9 @@ S = "${WORKDIR}/xtrans"
inherit autotools libtool pkgconfig
do_stage() {
- oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR}
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
}
-