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