From: erich@mine.nu Date: Sat, 3 Apr 2004 03:46:28 +0000 (+0000) Subject: xft-cvs.oe: added mandir=... option to prevent an attempt to install into /usr/ X-Git-Tag: Release-2010-05/1~19776 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd4d8c6141690f20529f3f3f275e52b9c74d22d5;p=openembedded.git xft-cvs.oe: added mandir=... option to prevent an attempt to install into /usr/ BKrev: 406e3394lVdZFc4wahDajXV1C4oi2Q --- diff --git a/xft/xft-cvs.oe b/xft/xft-cvs.oe index 45d39fd149..b7d5882c98 100644 --- a/xft/xft-cvs.oe +++ b/xft/xft-cvs.oe @@ -19,7 +19,8 @@ do_stage() { bindir=${STAGING_BINDIR} \ includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} + datadir=${STAGING_DATADIR} \ + mandir=${STAGING_DATADIR}/man } python do_package() {