From e695ebc7b1a307fb0e70bc3cbce6007011e348d0 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 4 Jul 2022 18:17:20 -0400 Subject: [PATCH] Override the meek-client build in snapcraft --- snap/snapcraft.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9a0f8f77..f4b91346 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -167,8 +167,7 @@ parts: source: https://git.torproject.org/pluggable-transports/meek.git source-type: git source-tag: v0.37.0 - # # Not sure why I have to do this, but it works - # override-build: | - # cd meek-client - # mkdir /root/parts/meek-client/install/bin - # go build -o /root/parts/meek-client/install/bin/meek-client ./... + override-build: | + cd meek-client + mkdir /root/parts/meek-client/install/bin + go build -o /root/parts/meek-client/install/bin/meek-client ./...