diff options
Diffstat (limited to 'community/syncthing/build')
-rwxr-xr-x | community/syncthing/build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/community/syncthing/build b/community/syncthing/build index 18c4e7cb..a4bd983e 100755 --- a/community/syncthing/build +++ b/community/syncthing/build @@ -4,8 +4,6 @@ export GOPATH="$PWD/gopath" export GOFLAGS="$GOFLAGS -mod=vendor" trap "go clean -modcache" EXIT INT -patch -p1 < go-1.19.patch - go run build.go -no-upgrade -version "v$2" build clinst -Dm755 syncthing "$1/usr/bin/syncthing" |