mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 23:19:05 +08:00
4 lines
234 B
Plaintext
4 lines
234 B
Plaintext
|
python3 setup.py install --root=dest
|
||
|
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
|