From 2d3954efac61d37bdcf5c27204163e60d2932290 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Wed, 24 Jan 2024 11:36:33 -0600 Subject: Add bztar support to meson dist Some projects, like Postgres, distribute code in this format. --- data/shell-completions/zsh/_meson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/shell-completions/zsh/_meson b/data/shell-completions/zsh/_meson index bd71a31da..e6f50f1af 100644 --- a/data/shell-completions/zsh/_meson +++ b/data/shell-completions/zsh/_meson @@ -32,7 +32,7 @@ local -i ret local __meson_backends="(ninja xcode ${(j. .)${:-vs{,2010,2015,2017}}})" local __meson_build_types="(plain debug debugoptimized minsize release)" local __meson_wrap_modes="(WrapMode.{default,nofallback,nodownload,forcefallback})" -local __meson_dist_formats=("xztar" "gztar" "zip") +local __meson_dist_formats=("xztar" "bztar" "gztar" "zip") local __meson_cd='-C[change into this directory before running]:target dir:_directories' local -a __meson_common=( '--prefix=[installation prefix]: :_directories' -- cgit v1.2.3