From cd4d8c6141690f20529f3f3f275e52b9c74d22d5 Mon Sep 17 00:00:00 2001 From: "erich@mine.nu" Date: Sat, 3 Apr 2004 03:46:28 +0000 Subject: xft-cvs.oe: added mandir=... option to prevent an attempt to install into /usr/ BKrev: 406e3394lVdZFc4wahDajXV1C4oi2Q --- xft/xft-cvs.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xft') 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() { -- cgit v1.2.3