summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Stolp2023-02-09 03:33:00 -0800
committerKevin Stolp2023-02-09 03:33:00 -0800
commited02329caae58cc6b291187e26eb159ce7816acf (patch)
treefdc4c72718eb8d846eb48a3bf9e52e1f15943243
parent97bb54b47cd47f1c54a7ee7646410a4d45d39cdb (diff)
downloadaur-ed02329caae58cc6b291187e26eb159ce7816acf.tar.gz
Set localstatedir to correct directory
This fixes an issue where ZED would write files to /usr/var/run instead of /var/run.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6989928e14..3a589e56bb25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zfs-utils
pkgdesc = Userspace utilities for the Zettabyte File System.
pkgver = 2.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://zfsonlinux.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6f856c8f2955..956e5e941d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zfs-utils
pkgver=2.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace utilities for the Zettabyte File System."
arch=("i686" "x86_64" "aarch64")
url="https://zfsonlinux.org/"
@@ -50,6 +50,7 @@ build() {
--with-mounthelperdir=/usr/bin \
--with-udevdir=/usr/lib/udev \
--libexecdir=/usr/lib/zfs \
+ --localstatedir=/var \
--with-python="$PWD/python3-fake" \
--enable-pyzfs=no \
--enable-systemd \