mirror of
https://aur.archlinux.org/zfs-utils.git
synced 2025-06-07 08:07:21 +02:00
Set localstatedir to correct directory
This fixes an issue where ZED would write files to /usr/var/run instead of /var/run.
This commit is contained in:
parent
97bb54b47c
commit
ed02329caa
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = zfs-utils
|
pkgbase = zfs-utils
|
||||||
pkgdesc = Userspace utilities for the Zettabyte File System.
|
pkgdesc = Userspace utilities for the Zettabyte File System.
|
||||||
pkgver = 2.1.9
|
pkgver = 2.1.9
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://zfsonlinux.org/
|
url = https://zfsonlinux.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
3
PKGBUILD
3
PKGBUILD
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
pkgname=zfs-utils
|
pkgname=zfs-utils
|
||||||
pkgver=2.1.9
|
pkgver=2.1.9
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Userspace utilities for the Zettabyte File System."
|
pkgdesc="Userspace utilities for the Zettabyte File System."
|
||||||
arch=("i686" "x86_64" "aarch64")
|
arch=("i686" "x86_64" "aarch64")
|
||||||
url="https://zfsonlinux.org/"
|
url="https://zfsonlinux.org/"
|
||||||
@ -50,6 +50,7 @@ build() {
|
|||||||
--with-mounthelperdir=/usr/bin \
|
--with-mounthelperdir=/usr/bin \
|
||||||
--with-udevdir=/usr/lib/udev \
|
--with-udevdir=/usr/lib/udev \
|
||||||
--libexecdir=/usr/lib/zfs \
|
--libexecdir=/usr/lib/zfs \
|
||||||
|
--localstatedir=/var \
|
||||||
--with-python="$PWD/python3-fake" \
|
--with-python="$PWD/python3-fake" \
|
||||||
--enable-pyzfs=no \
|
--enable-pyzfs=no \
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user