diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-27 07:15:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-27 07:15:20 +0000 |
commit | cbd57575610905473e21cffb01a94ba8f2f72c7f (patch) | |
tree | 9195915d9ddc682025006735db9d4a52f8f06ae6 /fixesext | |
parent | 0cec914363b83b07235fc2bf75346bd4b6e1e562 (diff) |
Update to cups 1.1.20 final, Fix the psmic build (m4 files added), fix the do_stage target for fixesext, and add libtool to inherit for xdmcp and xfont.
BKrev: 3fc5a488cy5iTlGH-gKXNrxRynxM6g
Diffstat (limited to 'fixesext')
-rw-r--r-- | fixesext/fixesext-cvs.oe | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fixesext/fixesext-cvs.oe b/fixesext/fixesext-cvs.oe index 109a94e335..e138eb5fd1 100644 --- a/fixesext/fixesext-cvs.oe +++ b/fixesext/fixesext-cvs.oe @@ -10,6 +10,10 @@ S=${WORKDIR}/FixesExt inherit autotools pkgconfig do_stage() { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} - + oe_runmake install DESTDIR=${STAGING_DIR} \ + bindir=/build/bin \ + includedir=/target/include \ + libdir=/target/lib \ + datadir=/share + prefix= } |