diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 20:18:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 20:18:36 +0100 |
commit | 3d09645352459f46b52cd13dbbba4d52c8f410fa (patch) | |
tree | efaae70a5c609a410ec22278abf155f97ca89ee1 | |
parent | 022243c0780eeecc412536e4e2b47c5e068d603b (diff) | |
download | nutyx-pakxe-3d09645352459f46b52cd13dbbba4d52c8f410fa.tar.gz nutyx-pakxe-3d09645352459f46b52cd13dbbba4d52c8f410fa.tar.bz2 nutyx-pakxe-3d09645352459f46b52cd13dbbba4d52c8f410fa.tar.xz nutyx-pakxe-3d09645352459f46b52cd13dbbba4d52c8f410fa.zip |
most, maj footprint
-rw-r--r-- | extra/most/.footprint | 2 | ||||
-rw-r--r-- | extra/most/Pkgfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/extra/most/.footprint b/extra/most/.footprint index 6dbe36713..69172bb3b 100644 --- a/extra/most/.footprint +++ b/extra/most/.footprint @@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/most drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/most.1.gz +-rw-r--r-- root/root usr/man/man1/most.1 diff --git a/extra/most/Pkgfile b/extra/most/Pkgfile index d1bbf69d8..9e9ea8972 100644 --- a/extra/most/Pkgfile +++ b/extra/most/Pkgfile @@ -11,7 +11,8 @@ source=( ftp://space.mit.edu/pub/davis/$name/$name-$version.tar.gz ) build() { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make make DESTDIR=$PKG install |