From: Marcin Krol Date: Thu, 17 Apr 2025 18:26:21 +0000 (+0200) Subject: - tld.patch X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=eacc2b3c8cbb7f6f3cb99ca9c5f96441639b0a66;p=packages%2Fzfs.git - tld.patch --- diff --git a/tld.patch b/tld.patch new file mode 100644 index 0000000..1aead31 --- /dev/null +++ b/tld.patch @@ -0,0 +1,11 @@ +--- zfs-2.3.1/config/zfs-build.m4.orig 2025-04-15 17:48:26.176529494 +0200 ++++ zfs-2.3.1/config/zfs-build.m4 2025-04-15 18:15:07.527854229 +0200 +@@ -629,7 +629,7 @@ AC_DEFUN([ZFS_AC_DEFAULT_PACKAGE], [ + + AC_MSG_CHECKING([default bash completion directory]) + case "$VENDOR" in +- alpine|arch|artix|debian|gentoo|ubuntu) ++ alpine|arch|artix|debian|gentoo|ubuntu|tld) + bashcompletiondir=/usr/share/bash-completion/completions + ;; + freebsd)