cabextract: fixed mandir location

This commit is contained in:
Jose V Beneyto 2016-01-20 18:51:50 +00:00
parent 5fb3fe21b1
commit 7e6c0b0698
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cabextract
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cabextract.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/cabextract.1.gz

View File

@ -6,15 +6,13 @@
name=cabextract
version=1.6
release=1
release=2
source=(http://www.cabextract.org.uk/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
./configure --prefix=/usr
make
make DESTDIR=$PKG install