Commit 7713af50 authored by Allen Benz's avatar Allen Benz

syncthing now properly only requires go when building

parent fc3c1c8a
......@@ -12,7 +12,7 @@ class Syncthing < Package
binary_sha256 ({
})
depends_on 'go' => build
depends_on 'go' => :build
def self.build
#The system tmp dir is mounted noexec, and the build will fail if it is used
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment