cabextract: fixed mandir location
This commit is contained in:
parent
5fb3fe21b1
commit
7e6c0b0698
@ -1,6 +1,7 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/cabextract
|
-rwxr-xr-x root/root usr/bin/cabextract
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/share/
|
||||||
drwxr-xr-x root/root usr/man/man1/
|
drwxr-xr-x root/root usr/share/man/
|
||||||
-rw-r--r-- root/root usr/man/man1/cabextract.1.gz
|
drwxr-xr-x root/root usr/share/man/man1/
|
||||||
|
-rw-r--r-- root/root usr/share/man/man1/cabextract.1.gz
|
||||||
|
@ -6,15 +6,13 @@
|
|||||||
|
|
||||||
name=cabextract
|
name=cabextract
|
||||||
version=1.6
|
version=1.6
|
||||||
release=1
|
release=2
|
||||||
source=(http://www.cabextract.org.uk/$name-$version.tar.gz)
|
source=(http://www.cabextract.org.uk/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
./configure \
|
./configure --prefix=/usr
|
||||||
--prefix=/usr \
|
|
||||||
--mandir=/usr/man
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user