wpa_supplicant: move man-pages to /usr/share
This commit is contained in:
parent
46b3e52eaa
commit
b6bbb31eb9
@ -7,14 +7,6 @@ drwxr-xr-x root/root usr/etc/
|
|||||||
drwxr-xr-x root/root usr/etc/dbus-1/
|
drwxr-xr-x root/root usr/etc/dbus-1/
|
||||||
drwxr-xr-x root/root usr/etc/dbus-1/system.d/
|
drwxr-xr-x root/root usr/etc/dbus-1/system.d/
|
||||||
-rw-r--r-- root/root usr/etc/dbus-1/system.d/wpa_supplicant.conf
|
-rw-r--r-- root/root usr/etc/dbus-1/system.d/wpa_supplicant.conf
|
||||||
drwxr-xr-x root/root usr/man/
|
|
||||||
drwxr-xr-x root/root usr/man/man5/
|
|
||||||
-rw-r--r-- root/root usr/man/man5/wpa_supplicant.conf.5.gz
|
|
||||||
drwxr-xr-x root/root usr/man/man8/
|
|
||||||
-rw-r--r-- root/root usr/man/man8/wpa_background.8.gz
|
|
||||||
-rw-r--r-- root/root usr/man/man8/wpa_cli.8.gz
|
|
||||||
-rw-r--r-- root/root usr/man/man8/wpa_passphrase.8.gz
|
|
||||||
-rw-r--r-- root/root usr/man/man8/wpa_supplicant.8.gz
|
|
||||||
drwxr-xr-x root/root usr/sbin/
|
drwxr-xr-x root/root usr/sbin/
|
||||||
-rwxr-xr-x root/root usr/sbin/wpa_cli
|
-rwxr-xr-x root/root usr/sbin/wpa_cli
|
||||||
-rwxr-xr-x root/root usr/sbin/wpa_passphrase
|
-rwxr-xr-x root/root usr/sbin/wpa_passphrase
|
||||||
@ -23,3 +15,11 @@ drwxr-xr-x root/root usr/share/
|
|||||||
drwxr-xr-x root/root usr/share/dbus-1/
|
drwxr-xr-x root/root usr/share/dbus-1/
|
||||||
drwxr-xr-x root/root usr/share/dbus-1/system-services/
|
drwxr-xr-x root/root usr/share/dbus-1/system-services/
|
||||||
-rw-r--r-- root/root usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
|
-rw-r--r-- root/root usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service
|
||||||
|
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/wpa_supplicant.conf.5.gz
|
||||||
|
drwxr-xr-x root/root usr/share/man/man8/
|
||||||
|
-rw-r--r-- root/root usr/share/man/man8/wpa_background.8.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man8/wpa_cli.8.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man8/wpa_passphrase.8.gz
|
||||||
|
-rw-r--r-- root/root usr/share/man/man8/wpa_supplicant.8.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
name=wpa_supplicant
|
name=wpa_supplicant
|
||||||
version=2.6
|
version=2.6
|
||||||
release=1
|
release=2
|
||||||
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz
|
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz
|
||||||
wlan)
|
wlan)
|
||||||
|
|
||||||
@ -20,10 +20,10 @@ build () {
|
|||||||
|
|
||||||
make BINDIR=/usr/sbin LIBDIR=/usr/lib
|
make BINDIR=/usr/sbin LIBDIR=/usr/lib
|
||||||
|
|
||||||
install -d $PKG/{usr/sbin,usr/man/man{8,5},etc}
|
install -d $PKG/{usr/sbin,usr/share/man/man{8,5},etc}
|
||||||
install -m 0755 wpa_{cli,passphrase,supplicant} $PKG/usr/sbin
|
install -m 0755 wpa_{cli,passphrase,supplicant} $PKG/usr/sbin
|
||||||
install -m 0644 doc/docbook/wpa_{background,cli,passphrase,supplicant}.8 $PKG/usr/man/man8
|
install -m 0644 doc/docbook/wpa_{background,cli,passphrase,supplicant}.8 $PKG/usr/share/man/man8
|
||||||
install -m 0644 doc/docbook/wpa_supplicant.conf.5 $PKG/usr/man/man5
|
install -m 0644 doc/docbook/wpa_supplicant.conf.5 $PKG/usr/share/man/man5
|
||||||
|
|
||||||
# config
|
# config
|
||||||
echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa_supplicant.conf
|
echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa_supplicant.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user