diff options
Diffstat (limited to 'xdamage')
-rw-r--r-- | xdamage/xdamage-cvs.oe | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/xdamage/xdamage-cvs.oe b/xdamage/xdamage-cvs.oe index 9d1ce9504f..83ef74026d 100644 --- a/xdamage/xdamage-cvs.oe +++ b/xdamage/xdamage-cvs.oe @@ -12,10 +12,9 @@ S = "${WORKDIR}/Xdamage" 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} } |