summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2018-04-14 10:03:32 +0200
committerNicolas Iooss2018-04-14 10:03:32 +0200
commite00b2974df5994a7e869539d92d715b727f68a75 (patch)
tree12e2b0fbfb81f6f2daf5df12492853162c78c56a /PKGBUILD
parent21ac914a4e718eb7ed58ff151f76a1c49713e543 (diff)
downloadaur-e00b2974df5994a7e869539d92d715b727f68a75.tar.gz
util-linux-selinux 2.32-3 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f905a82611e6..08c835813ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgbase=util-linux-selinux
pkgname=(util-linux-selinux libutil-linux-selinux)
_pkgmajor=2.32
pkgver=${_pkgmajor}
-pkgrel=2
+pkgrel=3
pkgdesc="SELinux aware miscellaneous system utilities for Linux"
url="https://www.kernel.org/pub/linux/utils/util-linux/"
arch=('x86_64')
@@ -57,7 +57,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 \