NetworkManager: create /etc/NetworkManager/system-connections.
Thanks to @ViktorF for detecting the issue; close #932
This commit is contained in:
parent
45450e0350
commit
b5e1b21b7f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'NetworkManager'
|
||||
pkgname=NetworkManager
|
||||
version=1.0.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no
|
||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||
|
@ -33,6 +33,7 @@ lib32disabled=yes
|
|||
depends="dbus iproute2 dhcpcd>=5.5.4_1 wpa_supplicant"
|
||||
conf_files="/etc/${pkgname}/${pkgname}.conf"
|
||||
make_dirs="
|
||||
/etc/NetworkManager/system-connections 0750 root root
|
||||
/etc/NetworkManager/dispatcher.d/pre-up.d 0750 root root
|
||||
/etc/NetworkManager/dispatcher.d/pre-down.d 0750 root root
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue