From 6eddad9df26605a2468d4dd59dcf87e721d89def Mon Sep 17 00:00:00 2001 From: Kevin Stolp Date: Wed, 22 Nov 2023 03:48:11 -0800 Subject: [PATCH] Remove extra subdirectory from libexecdir --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index a4f0f9a..97f1c1c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -52,7 +52,7 @@ build() { --sbindir=/usr/bin \ --with-mounthelperdir=/usr/bin \ --with-udevdir=/usr/lib/udev \ - --libexecdir=/usr/lib/zfs \ + --libexecdir=/usr/lib \ --localstatedir=/var \ --with-python="$PWD/python3-fake" \ --enable-pyzfs=no \