From d226a6c1544265c2806728160fb474e336d61496 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sun, 1 Jan 2023 20:30:53 -0800 Subject: [PATCH] Install to in AUR package --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 95cda94..c8f6463 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -69,8 +69,8 @@ aurs: install -Dm755 ./lure "${pkgdir}/usr/bin/lure" # completions - install -Dm755 ./scripts/completion/bash /usr/share/bash-completion/completions/lure - install -Dm755 ./scripts/completion/zsh /usr/share/zsh/site-functions/_lure + install -Dm755 ./scripts/completion/bash ${pkgdir}/usr/share/bash-completion/completions/lure + install -Dm755 ./scripts/completion/zsh ${pkgdir}/usr/share/zsh/site-functions/_lure release: gitea: owner: Arsen6331