diff options
Diffstat (limited to 'xproto')
-rw-r--r-- | xproto/xproto-cvs.oe | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe index 000dad5a95..a14254c8ef 100644 --- a/xproto/xproto-cvs.oe +++ b/xproto/xproto-cvs.oe @@ -11,6 +11,9 @@ inherit autotools 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} } |