Skip to content

Commit

Permalink
build: use correct bashcompletiondir on arch
Browse files Browse the repository at this point in the history
Reviewed-by: Tino Reichardt <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: poscat <[email protected]>
Closes #16861
  • Loading branch information
poscat0x04 authored Dec 13, 2024
1 parent ecc0970 commit 76f57ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zfs-build.m4
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ AC_DEFUN([ZFS_AC_DEFAULT_PACKAGE], [
AC_MSG_CHECKING([default bash completion directory])
case "$VENDOR" in
alpine|artix|debian|gentoo|ubuntu)
alpine|arch|artix|debian|gentoo|ubuntu)
bashcompletiondir=/usr/share/bash-completion/completions
;;
freebsd)
Expand Down

0 comments on commit 76f57ab

Please sign in to comment.