From: Steven Seungcheol Lee Date: Thu, 10 Mar 2022 07:39:52 +0000 (+0900) Subject: meson: bash-completion installation path is reverted X-Git-Tag: v2.0-rc7~9^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8749661dc31a048f583bb70b919073251f23d08a;p=users%2Fsagi%2Fnvme-cli.git meson: bash-completion installation path is reverted orignal Makefile install in blow path $(DESTDIR)$(PREFIX)/share/bash-completion/completions/nvme Signed-off-by: Steven Seungcheol Lee --- diff --git a/meson.build b/meson.build index 2e22d121..dafbaa07 100644 --- a/meson.build +++ b/meson.build @@ -253,7 +253,8 @@ executable( ################################################################################ install_data('completions/bash-nvme-completion.sh', - install_dir: datadir + '/bash-completion/completions/nvme') + rename: 'nvme', + install_dir: datadir + '/bash-completion/completions') install_data('completions/_nvme', install_dir: datadir + '/zsh/site-functions')