Author: xry111
Date: Fri Mar 12 23:20:59 2021
New Revision: 12162

Log:
meson: install bash and zsh completions

Modified:
   trunk/BOOK/chapter08/meson.xml

Modified: trunk/BOOK/chapter08/meson.xml
==============================================================================
--- trunk/BOOK/chapter08/meson.xml      Thu Mar 11 22:40:05 2021        (r12161)
+++ trunk/BOOK/chapter08/meson.xml      Fri Mar 12 23:20:59 2021        (r12162)
@@ -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>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to