xft-cvs.oe: added mandir=... option to prevent an attempt to install into /usr/
authorerich@mine.nu <erich@mine.nu>
Sat, 3 Apr 2004 03:46:28 +0000 (03:46 +0000)
committererich@mine.nu <erich@mine.nu>
Sat, 3 Apr 2004 03:46:28 +0000 (03:46 +0000)
BKrev: 406e3394lVdZFc4wahDajXV1C4oi2Q

xft/xft-cvs.oe

index 45d39fd..b7d5882 100644 (file)
@@ -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() {