ci: fix termux /usr/etc instead of /etc

Carlos Alexandro Becker created

refs #793

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

.goreleaser.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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