diff options
-rw-r--r-- | chapter08/meson.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml index cf23abf29..27e2bdf24 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -63,7 +63,9 @@ <para>Install the package:</para> <screen><userinput remap="install">python3 setup.py install --root=dest -cp -rv dest/* /</userinput></screen> +cp -rv dest/* / +install -vDm644 data/shell-completions/bash/meson /usr/share/bash-completion/completions/meson +install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/_meson</userinput></screen> <variablelist> <title>The meaning of the install parameters:</title> |