aboutsummaryrefslogtreecommitdiffstats
path: root/xdmcp
diff options
context:
space:
mode:
Diffstat (limited to 'xdmcp')
-rw-r--r--xdmcp/xdmcp-cvs.oe11
1 files changed, 5 insertions, 6 deletions
diff --git a/xdmcp/xdmcp-cvs.oe b/xdmcp/xdmcp-cvs.oe
index 0b11393ef8..300029bf34 100644
--- a/xdmcp/xdmcp-cvs.oe
+++ b/xdmcp/xdmcp-cvs.oe
@@ -13,10 +13,9 @@ S = "${WORKDIR}/Xdmcp"
inherit autotools pkgconfig libtool
do_stage() {
- oe_runmake install DESTDIR=${STAGING_DIR} \
- bindir=/build/bin \
- includedir=/target/include \
- libdir=/target/lib \
- datadir=/share
- prefix=
+ oe_runmake install prefix=${STAGING_DIR} \
+ bindir=${STAGING_BINDIR} \
+ includedir=${STAGING_INCDIR} \
+ libdir=${STAGING_LIBDIR} \
+ datadir=${STAGING_DATADIR}
}