Sfoglia il codice sorgente

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 4 anni fa
parent
commit
2d7157703c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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