Skip to content

Commit 7734d6b

Browse files
committed
ZTS: Specify sysconfdir
On Linux distros like Arch Linux, files that should be in /etc/zfs end up being installed in /usr/etc/zfs. Specifying sysconfdir path fixes it. Signed-off-by: Kazuki Hashimoto <[email protected]>
1 parent 3370d97 commit 7734d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scripts/qemu-4-build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ function linux() {
5656
--prefix=/usr \
5757
--enable-pyzfs \
5858
--enable-debug \
59-
--enable-debuginfo
59+
--enable-debuginfo \
60+
--sysconfdir=/etc
6061
echo "##[endgroup]"
6162

6263
echo "##[group]Build"

0 commit comments

Comments
 (0)