From 2d7157703ce2bc03de547b95b6b6f5e8b382b6ee Mon Sep 17 00:00:00 2001 From: jamesread Date: Thu, 7 Apr 2022 17:13:59 +0100 Subject: [PATCH] bugfix: Goreleaser now requires explicit bindir. As we are not a distro package, use /usr/local/bin/, which matches the systemd unit file, and the Linux filesystem standard. --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6cf35c4..1c036ec 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -143,6 +143,8 @@ nfpms: - deb - rpm + bindir: /usr/local/bin/ + contents: - src: OliveTin.service dst: /etc/systemd/system/OliveTin.service