diff options
Diffstat (limited to 'tremor')
-rw-r--r-- | tremor/tremor_20030325.oe | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe index 4aed815991..ce7bac0b24 100644 --- a/tremor/tremor_20030325.oe +++ b/tremor/tremor_20030325.oe @@ -18,10 +18,9 @@ do_configure_prepend() { } do_stage() { - oe_runmake install \ - DESTDIR=${STAGING_DIR} \ - includedir=/target/include/tremor \ - libdir=/target/lib/tremor \ - datadir=/share - prefix='' + oe_runmake install prefix=${STAGING_DIR} \ + bindir=${STAGING_BINDIR} \ + includedir=${STAGING_INCDIR}/tremor \ + libdir=${STAGING_LIBDIR} \ + datadir=${STAGING_DATADIR} } |