diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-25 16:02:35 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-25 16:02:35 +0100 |
commit | c992853c95ea02b26330dd59b602aa762412588e (patch) | |
tree | 8425285d79566666fffc84c417b801c316110eb7 /xorg | |
parent | fc18901f97a5d066b80420a4f15efa2e1eb5f39b (diff) | |
download | nutyx-pakxe-c992853c95ea02b26330dd59b602aa762412588e.tar.gz nutyx-pakxe-c992853c95ea02b26330dd59b602aa762412588e.tar.bz2 nutyx-pakxe-c992853c95ea02b26330dd59b602aa762412588e.tar.xz nutyx-pakxe-c992853c95ea02b26330dd59b602aa762412588e.zip |
polyglotman, maj man
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/polyglotman/.footprint | 7 | ||||
-rw-r--r-- | xorg/polyglotman/Pkgfile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/xorg/polyglotman/.footprint b/xorg/polyglotman/.footprint index 3f495ad6b..2f4fc9813 100644 --- a/xorg/polyglotman/.footprint +++ b/xorg/polyglotman/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/rman -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/rman.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/rman.1.gz 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 } |