mirror of
https://git.proxmox.com/git/mirror_zfs
synced 2025-04-30 03:39:31 +00:00
build: use correct bashcompletiondir on arch
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: poscat <poscat@poscat.moe> Closes #16861
This commit is contained in:
parent
6604fe9a06
commit
1e08e49a28
@ -627,7 +627,7 @@ AC_DEFUN([ZFS_AC_DEFAULT_PACKAGE], [
|
|||||||
|
|
||||||
AC_MSG_CHECKING([default bash completion directory])
|
AC_MSG_CHECKING([default bash completion directory])
|
||||||
case "$VENDOR" in
|
case "$VENDOR" in
|
||||||
alpine|artix|debian|gentoo|ubuntu)
|
alpine|arch|artix|debian|gentoo|ubuntu)
|
||||||
bashcompletiondir=/usr/share/bash-completion/completions
|
bashcompletiondir=/usr/share/bash-completion/completions
|
||||||
;;
|
;;
|
||||||
freebsd)
|
freebsd)
|
||||||
|
Loading…
Reference in New Issue
Block a user