From 9d9372038e6b14907cdd71710e993bf9c71d3646 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 25 Aug 2025 09:22:32 -0300 Subject: [PATCH] ci: fix termux /usr/etc instead of /etc refs #793 Signed-off-by: Carlos Alexandro Becker --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index bf6e7c7faeb9a01a1299fccbceefceefb595aeda..7c477b587c324bbcf66883baf385e7caf984c872 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -210,7 +210,7 @@ nfpms: file_name_template: "{{ .ConventionalFileName }}" contents: - src: ./completions/crush.bash - dst: '{{ if eq .Format "termux.deb" }}/data/data/com.termux/files{{ end }}/etc/bash_completion.d/crush' + dst: '{{ if eq .Format "termux.deb" }}/data/data/com.termux/files/usr{{ end }}/etc/bash_completion.d/crush' - src: ./completions/crush.fish dst: '{{ if eq .Format "termux.deb" }}/data/data/com.termux/files{{ end }}/usr/share/fish/vendor_completions.d/crush.fish' - src: ./completions/crush.zsh