diff --git a/srcpkgs/connman/files/connmand.conf b/srcpkgs/connman/files/connmand.conf new file mode 100644 index 00000000000..5da2de429ca --- /dev/null +++ b/srcpkgs/connman/files/connmand.conf @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/srcpkgs/connman/template b/srcpkgs/connman/template index 46d7a5eb018..2fbc7f48485 100644 --- a/srcpkgs/connman/template +++ b/srcpkgs/connman/template @@ -1,7 +1,7 @@ # Template file for 'connman' pkgname=connman version=1.38 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-polkit --enable-client --enable-pie --enable-ethernet --enable-wifi --enable-bluetooth --enable-loopback --enable-nmcompat @@ -33,6 +33,7 @@ post_install() { # Install the client connmanctl. vbin client/connmanctl vsv connmand + vinstall ${FILESDIR}/connmand.conf 755 usr/share/dbus-1/system.d/ } connman-devel_package() {