[arch-commits] Commit in iwd/trunk (PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sun Feb 11 19:49:03 UTC 2018


    Date: Sunday, February 11, 2018 @ 19:49:02
  Author: shibumi
Revision: 292524

upgpkg: iwd 0.1-3

do not use libexec in /usr/libexec
do not store secrets in /usr/var/lib/iwd

Modified:
  iwd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-11 19:48:58 UTC (rev 292523)
+++ PKGBUILD	2018-02-11 19:49:02 UTC (rev 292524)
@@ -2,7 +2,7 @@
 
 pkgname=iwd
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Internet Wireless Daemon'
 arch=('x86_64')
 url='https://git.kernel.org/cgit/network/wireless/iwd.git/'
@@ -15,7 +15,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure --prefix=/usr --sysconfdir=/etc
+	./configure --prefix=/usr \
+	--sysconfdir=/etc \
+	--libexecdir=/usr/lib/iwd \
+	--localstatedir=/var
   make
 }
 



More information about the arch-commits mailing list