Skip to content

Commit

Permalink
ZTS: Specify sysconfdir
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Kaz205 committed Dec 21, 2024
1 parent 12a0cb9 commit f92ffba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scripts/qemu-4-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ function linux() {
--prefix=/usr \
--enable-pyzfs \
--enable-debug \
--enable-debuginfo
--enable-debuginfo \
--sysconfdir=/etc
echo "##[endgroup]"

echo "##[group]Build"
Expand Down

0 comments on commit f92ffba

Please sign in to comment.