sharutils: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-20 23:48:38 +00:00
parent 3af63cda8e
commit 37c694251a
2 changed files with 11 additions and 11 deletions

View File

@ -4,11 +4,12 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/unshar
-rwxr-xr-x root/root usr/bin/uudecode
-rwxr-xr-x root/root usr/bin/uuencode
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/shar.1.gz
-rw-r--r-- root/root usr/man/man1/unshar.1.gz
-rw-r--r-- root/root usr/man/man1/uudecode.1.gz
-rw-r--r-- root/root usr/man/man1/uuencode.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/uuencode.5.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/shar.1.gz
-rw-r--r-- root/root usr/share/man/man1/unshar.1.gz
-rw-r--r-- root/root usr/share/man/man1/uudecode.1.gz
-rw-r--r-- root/root usr/share/man/man1/uuencode.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/uuencode.5.gz

View File

@ -6,18 +6,17 @@
name=sharutils
version=4.15.2
release=1
release=2
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build(){
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -rf $PKG/usr/share/info
}