diff options
Diffstat (limited to 'xft/xft-cvs.oe')
-rw-r--r-- | xft/xft-cvs.oe | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/xft/xft-cvs.oe b/xft/xft-cvs.oe index 3d9e5ecff2..45d39fd149 100644 --- a/xft/xft-cvs.oe +++ b/xft/xft-cvs.oe @@ -15,12 +15,11 @@ FILES_${PN}-dev = ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ 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} } python do_package() { |