summaryrefslogtreecommitdiffstats
path: root/xorg/polyglotman/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 16:02:35 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 16:02:35 +0100
commitc992853c95ea02b26330dd59b602aa762412588e (patch)
tree8425285d79566666fffc84c417b801c316110eb7 /xorg/polyglotman/Pkgfile
parentfc18901f97a5d066b80420a4f15efa2e1eb5f39b (diff)
downloadnutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.tar.gz
nutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.tar.bz2
nutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.tar.xz
nutyx-extra-c992853c95ea02b26330dd59b602aa762412588e.zip
polyglotman, maj man
Diffstat (limited to 'xorg/polyglotman/Pkgfile')
-rw-r--r--xorg/polyglotman/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg/polyglotman/Pkgfile b/xorg/polyglotman/Pkgfile
index a0d36d9be..df3c03f04 100644
--- a/xorg/polyglotman/Pkgfile
+++ b/xorg/polyglotman/Pkgfile
@@ -13,7 +13,7 @@ build() {
make
install -d $PKG/usr/bin
- install -d $PKG/usr/man/man1
+ install -d $PKG/usr/share/man/man1
- make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/man/man1 install
+ make BINDIR=$PKG/usr/bin MANDIR=$PKG/usr/share/man/man1 install
}