[arch-commits] Commit in iwd/trunk (PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Sat Nov 16 15:35:47 UTC 2019
Date: Saturday, November 16, 2019 @ 15:35:46
Author: shibumi
Revision: 529524
upgpkg: iwd 1.1-2 set run state directory to /run
This is supposed to fix #64161
Modified:
iwd/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-16 13:47:41 UTC (rev 529523)
+++ PKGBUILD 2019-11-16 15:35:46 UTC (rev 529524)
@@ -4,7 +4,7 @@
pkgname=iwd
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Internet Wireless Daemon'
arch=('x86_64')
url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -24,6 +24,7 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
+ --with-runstatedir=/run \
--libexecdir=/usr/lib/iwd \
--enable-wired \
--enable-ofono \
More information about the arch-commits
mailing list