diff options
Diffstat (limited to 'randr/randr-cvs.oe')
-rw-r--r-- | randr/randr-cvs.oe | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/randr/randr-cvs.oe b/randr/randr-cvs.oe index 8d6bebe75b..301207165d 100644 --- a/randr/randr-cvs.oe +++ b/randr/randr-cvs.oe @@ -10,10 +10,9 @@ S = "${WORKDIR}/Randr" inherit autotools pkgconfig 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} } |