summaryrefslogtreecommitdiff
path: root/xft
diff options
context:
space:
mode:
authorerich@mine.nu <erich@mine.nu>2004-04-03 03:46:28 +0000
committererich@mine.nu <erich@mine.nu>2004-04-03 03:46:28 +0000
commitcd4d8c6141690f20529f3f3f275e52b9c74d22d5 (patch)
tree407c5104f1a0462d97dfbbcaa908decd1ac5b176 /xft
parenta94e1d77211080a33be9930f78af426b971265b0 (diff)
xft-cvs.oe: added mandir=... option to prevent an attempt to install into /usr/
BKrev: 406e3394lVdZFc4wahDajXV1C4oi2Q
Diffstat (limited to 'xft')
-rw-r--r--xft/xft-cvs.oe3
1 files changed, 2 insertions, 1 deletions
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() {