wireless-tools: fixed mandir location
This commit is contained in:
parent
314a36cb44
commit
590a338971
@ -5,19 +5,6 @@ drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
lrwxrwxrwx root/root usr/lib/libiw.so -> libiw.so.29
|
||||
-rwxr-xr-x root/root usr/lib/libiw.so.29
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rw-r--r-- root/root usr/man/man5/iftab.5.gz
|
||||
drwxr-xr-x root/root usr/man/man7/
|
||||
-rw-r--r-- root/root usr/man/man7/wireless.7.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/ifrename.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iwconfig.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iwevent.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iwgetid.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iwlist.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iwpriv.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/iwspy.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/ifrename
|
||||
-rwxr-xr-x root/root usr/sbin/iwconfig
|
||||
@ -26,3 +13,17 @@ drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/iwlist
|
||||
-rwxr-xr-x root/root usr/sbin/iwpriv
|
||||
-rwxr-xr-x root/root usr/sbin/iwspy
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man5/
|
||||
-rw-r--r-- root/root usr/share/man/man5/iftab.5.gz
|
||||
drwxr-xr-x root/root usr/share/man/man7/
|
||||
-rw-r--r-- root/root usr/share/man/man7/wireless.7.gz
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/ifrename.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/iwconfig.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/iwevent.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/iwgetid.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/iwlist.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/iwpriv.8.gz
|
||||
-rw-r--r-- root/root usr/share/man/man8/iwspy.8.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
# Description: Tools to configure and manipulate wlan devices
|
||||
# URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
||||
# Packager:Till Biedermann, tillbiedermann at yahoo dot de
|
||||
# URL: http://www.labs.hpe.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
||||
# Packager: Till Biedermann, tillbiedermann at yahoo dot de
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Depends on:
|
||||
|
||||
name=wireless-tools
|
||||
version=29
|
||||
release=1
|
||||
source=(http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
|
||||
release=2
|
||||
source=(http://www.labs.hpe.com/personal/Jean_Tourrilhes/Linux/${name/-/_}.$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd ${name/-/_}.$version
|
||||
@ -16,6 +16,5 @@ build() {
|
||||
sed "s|CFLAGS=|CFLAGS=$CFLAGS |" -i Makefile
|
||||
|
||||
make
|
||||
make PREFIX=$PKG/usr install
|
||||
make PREFIX=$PKG/usr INSTALL_MAN=$PKG/usr/share/man install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user