Skip to content
Snippets Groups Projects
Commit 9b99ab76 authored by Celeste's avatar Celeste Committed by omni
Browse files

community/rebar3: move from testing

parent aff17162
No related branches found
No related tags found
1 merge request!55003community/mongooseim: move from testing
......@@ -37,14 +37,13 @@ check() {
}
package() {
install -Dm755 rebar3 \
-t "$pkgdir"/usr/bin/
install -Dm644 manpages/rebar3.1 \
-t "$pkgdir"/usr/share/man/man1/
install -Dm644 apps/rebar/priv/shell-completion/fish/rebar3.fish \
-t "$pkgdir"/usr/share/fish/vendor_completions.d/
install -Dm755 rebar3 -t "$pkgdir"/usr/bin/
install -Dm644 manpages/rebar3.1 -t "$pkgdir"/usr/share/man/man1/
install -Dm644 apps/rebar/priv/shell-completion/bash/rebar3 \
-t "$pkgdir"/usr/share/bash-completion/completions/
install -Dm644 apps/rebar/priv/shell-completion/fish/rebar3.fish \
-t "$pkgdir"/usr/share/fish/vendor_completions.d/
install -Dm644 apps/rebar/priv/shell-completion/zsh/_rebar3 \
-t "$pkgdir"/usr/share/zsh/site-functions/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment