From 63eba2997c19acb8fc98952cabf5026bd6ee0aa2 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Sun, 15 Sep 2019 01:13:17 +0200 Subject: [pkg] do not fail if the folder exists --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85a4d8f..d5e74ed 100755 --- a/Makefile +++ b/Makefile @@ -12,9 +12,10 @@ VERSION = $(shell git -C `go env GOPATH`/src/$(SYSTRAY) describe --tags --alway TGZ_PATH = $(shell pwd)/dist/$(APPNAME)-$(VERSION) tgz: + # XXX not needed anymore mkdir -p $(TGZ_PATH) git -C `go env GOPATH`/src/$(SYSTRAY) archive HEAD | tar -x -C $(TGZ_PATH) - mkdir $(TGZ_PATH)/helpers + mkdir -p $(TGZ_PATH)/helpers wget -O $(TGZ_PATH)/helpers/bitmask-root https://0xacab.org/leap/bitmask-dev/raw/master/src/leap/bitmask/vpn/helpers/linux/bitmask-root chmod +x $(TGZ_PATH)/helpers/bitmask-root wget -O $(TGZ_PATH)/helpers/se.leap.bitmask.policy https://0xacab.org/leap/bitmask-dev/raw/master/src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy -- cgit v1.2.3