[arch-commits] Commit in ndctl/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 14 07:45:20 UTC 2018
Date: Tuesday, August 14, 2018 @ 07:45:20
Author: felixonmars
Revision: 331485
upgpkg: ndctl 62-2
fix sysconfdir
Modified:
ndctl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-14 07:36:42 UTC (rev 331484)
+++ PKGBUILD 2018-08-14 07:45:20 UTC (rev 331485)
@@ -3,7 +3,7 @@
pkgname=ndctl
pkgver=62
-pkgrel=1
+pkgrel=2
pkgdesc='Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel'
arch=('x86_64')
url="https://github.com/pmem/ndctl"
@@ -16,7 +16,7 @@
build() {
cd "$srcdir"/$pkgname-$pkgver
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sysconfdir=/etc
make
}
More information about the arch-commits
mailing list