wok rev 20033
Up hostapd (2.6) again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 23 13:45:53 2017 +0200 (2017-08-23) |
parents | ad8bc29220eb |
children | bcfe34dd0ef5 |
files | hostapd/receipt |
line diff
1.1 --- a/hostapd/receipt Wed Aug 23 13:34:58 2017 +0200 1.2 +++ b/hostapd/receipt Wed Aug 23 13:45:53 2017 +0200 1.3 @@ -27,7 +27,13 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr $fs/etc/init.d $fs/etc/hostapd 1.7 + mkdir -p $install/usr/share/man $install/usr/share/doc 1.8 1.9 + cp -a $src/hostapd/*.[1-8] $install/usr/share/man 1.10 + cp -a $src/hostapd/README* $install/usr/share/doc 1.11 + cp -a $src/hostapd/ChangeLog $install/usr/share/doc 1.12 + cp -a $src/hostapd/*.conf $install/usr/share/doc 1.13 + cp -a $src/hostapd/*.txt $install/usr/share/doc 1.14 cp -a $stuff/hostapd $fs/etc/init.d && 1.15 cp -a $src/hostapd/hostapd.accept $src/hostapd/hostapd.conf \ 1.16 $src/hostapd/hostapd.deny $src/hostapd/hostapd.eap_user \