diff --git a/.goreleaser.yml b/.goreleaser.yml index 8357d1f..ed7d345 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -139,7 +139,7 @@ nfpms: dst: "/etc/condor/config.d/10-stash-plugin.conf" type: config|noreplace # The libexec directory is elsewhere on Debian; I haven't been able to move the binary so I'm making a symlink - - src: "/usr/libexec/condor/stash_plugin" + - src: "../../../libexec/condor/stash_plugin" dst: "/usr/lib/condor/libexec/stash_plugin" type: symlink file_name_template: "{{ .PackageName }}-{{ .Version }}-{{ .Release }}_{{ .Arch }}"