mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-16 16:18:38 +00:00
9 lines
273 B
Bash
9 lines
273 B
Bash
# Meson Phase 4
|
|
python3 setup.py build
|
|
|
|
python3 setup.py install --root=dest
|
|
cp -r dest/* /
|
|
install -Dm644 data/shell-completions/bash/meson /usr/share/bash-completion/completions/meson
|
|
install -Dm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/_meson
|
|
|