portdbc: fixed mandir location
This commit is contained in:
parent
b5185ef414
commit
b08737b623
@ -1,6 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/portdbc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/portdbc.8.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/portdbc.8.gz
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
name=portdbc
|
||||
version=1.1
|
||||
release=1
|
||||
release=2
|
||||
source=(http://sepen.mooo.com/releases/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
make DESTDIR=$PKG MANDIR=/usr/share/man install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user