]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
meson: bash-completion installation path is reverted
authorSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 10 Mar 2022 07:39:52 +0000 (16:39 +0900)
committerSteven Seungcheol Lee <sc108.lee@samsung.com>
Thu, 17 Mar 2022 11:35:54 +0000 (20:35 +0900)
orignal Makefile install in blow path
$(DESTDIR)$(PREFIX)/share/bash-completion/completions/nvme

Signed-off-by: Steven Seungcheol Lee <sc108.lee@samsung.com>
meson.build

index 2e22d12174a6dfb7a3e353d1e4f0f1858b89733e..dafbaa078cb87e7e9694879625a46a1e65d9aedc 100644 (file)
@@ -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')