Explorar o código

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.

jamesread %!s(int64=4) %!d(string=hai) anos
pai
achega
2d7157703c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .goreleaser.yml

+ 2 - 0
.goreleaser.yml

@@ -143,6 +143,8 @@ nfpms:
       - deb
       - rpm
 
+    bindir: /usr/local/bin/
+
     contents:
       - src: OliveTin.service
         dst: /etc/systemd/system/OliveTin.service