libnet: fix man path, thanks Amnesia

This commit is contained in:
Thomas Penteker 2013-10-07 12:27:08 +02:00
parent 956cce7087
commit 7347caca76
2 changed files with 6 additions and 7 deletions

View File

@ -16,9 +16,8 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libnet.so -> libnet.so.1.7.0
lrwxrwxrwx root/root usr/lib/libnet.so.1 -> libnet.so.1.7.0
-rwxr-xr-x root/root usr/lib/libnet.so.1.7.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/libnet-functions.h.3.gz
-rw-r--r-- root/root usr/share/man/man3/libnet-macros.h.3.gz
-rw-r--r-- root/root usr/share/man/man3/libnet.h.3.gz
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/libnet-functions.h.3.gz
-rw-r--r-- root/root usr/man/man3/libnet-macros.h.3.gz
-rw-r--r-- root/root usr/man/man3/libnet.h.3.gz

View File

@ -12,7 +12,7 @@ build() {
cd $name-$version
export CFLAGS=$CFLAGS" -fPIC"
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
sed -i 's/ sample//g' Makefile
make
make DESTDIR=$PKG install