wpa_supplicant: don't install wpa_supplicant.conf world-readable.
This commit is contained in:
parent
1380d1d348
commit
87aef0f8fb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wpa_supplicant'
|
||||
pkgname=wpa_supplicant
|
||||
version=2.5
|
||||
revision=2
|
||||
revision=3
|
||||
build_wrksrc=$pkgname
|
||||
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -26,7 +26,7 @@ do_build() {
|
|||
do_install() {
|
||||
make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install
|
||||
|
||||
vinstall ${FILESDIR}/${pkgname}.conf 644 etc/$pkgname
|
||||
vinstall ${FILESDIR}/${pkgname}.conf 640 etc/$pkgname
|
||||
vsconf wpa_supplicant.conf
|
||||
|
||||
for d in 5 8; do
|
||||
|
|
Loading…
Reference in New Issue