diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-03 03:46:28 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-03 03:46:28 +0000 |
commit | cd4d8c6141690f20529f3f3f275e52b9c74d22d5 (patch) | |
tree | 407c5104f1a0462d97dfbbcaa908decd1ac5b176 /xft | |
parent | a94e1d77211080a33be9930f78af426b971265b0 (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.oe | 3 |
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() { |