git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94e1d7
)
xft-cvs.oe: added mandir=... option to prevent an attempt to install into /usr/
author
erich@mine.nu
<erich@mine.nu>
Sat, 3 Apr 2004 03:46:28 +0000
(
03:46
+0000)
committer
erich@mine.nu
<erich@mine.nu>
Sat, 3 Apr 2004 03:46:28 +0000
(
03:46
+0000)
BKrev: 406e3394lVdZFc4wahDajXV1C4oi2Q
xft/xft-cvs.oe
patch
|
blob
|
history
diff --git
a/xft/xft-cvs.oe
b/xft/xft-cvs.oe
index
45d39fd
..
b7d5882
100644
(file)
--- 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() {