diff options
Diffstat (limited to 'repo/devel/meson.xibuild')
-rw-r--r-- | repo/devel/meson.xibuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/meson.xibuild b/repo/devel/meson.xibuild index b207077..f445bc4 100644 --- a/repo/devel/meson.xibuild +++ b/repo/devel/meson.xibuild @@ -16,6 +16,6 @@ build () { package () { python setup.py install --root=$PKG_DEST - install -vDm644 data/shell-completions/bash/meson $PKG_DEST/usr/share/bash-completion/completions/meson - install -vDm644 data/shell-completions/zsh/_meson $PKG_DEST/usr/share/zsh/site-functions/_meson + install -Dm644 data/shell-completions/bash/meson $PKG_DEST/usr/share/bash-completion/completions/meson + install -Dm644 data/shell-completions/zsh/_meson $PKG_DEST/usr/share/zsh/site-functions/_meson } |