Changeset 0d0e874


Ignore:
Timestamp:
03/13/2021 07:20:59 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
c26cff1e
Parents:
c53ff08
Message:

meson: install bash and zsh completions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/meson.xml

    rc53ff08 r0d0e874  
    6464
    6565<screen><userinput remap="install">python3 setup.py install --root=dest
    66 cp -rv dest/* /</userinput></screen>
     66cp -rv dest/* /
     67install -vDm644 data/shell-completions/bash/meson /usr/share/bash-completion/completions/meson
     68install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/_meson</userinput></screen>
    6769
    6870    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.