From 811665f2a8ad05ad08e69f77d22a1ac0f125c667 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Wed, 4 Oct 2023 12:59:46 -0500 Subject: [PATCH] Debian: Turn stash_plugin absolute symlink into relative symlink Fixes #84 --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"