From b7c5b151b07510ba1df1b966bb8fb49672f68b23 Mon Sep 17 00:00:00 2001 Message-Id: From: Maciek Borzecki Date: Thu, 5 Apr 2018 20:25:43 +0200 Subject: [PATCH] util-linux: account for runstatedir detection changes in 2.31 Upstream commit https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?h=stable/v2.32&id=8df545592d73b67b0bf119732b52a5e4c0662ec4 introduced changes in detection of runstatedir. Since we cannot pass --runstatedir (yet), pass proper --localstatedir=/var and allow fallback handling to pick proper path. Signed-off-by: Maciek Borzecki --- trunk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index 274571a8b504639a57f35a4bb4b5897c9ff62b5c..256db5c2e7512f6ebef405c9c9d3841825204dde 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=util-linux pkgname=(util-linux libutil-linux) _pkgmajor=2.32 pkgver=${_pkgmajor} -pkgrel=2 +pkgrel=3 pkgdesc="Miscellaneous system utilities for Linux" url="https://www.kernel.org/pub/linux/utils/util-linux/" arch=('x86_64') @@ -48,7 +48,7 @@ build() { ./configure --prefix=/usr \ --libdir=/usr/lib \ --bindir=/usr/bin \ - --localstatedir=/run \ + --localstatedir=/var \ --enable-fs-paths-extra=/usr/bin \ --enable-raw \ --enable-vipw \ -- 2.16.3