From f2b613b7586be6b038553463122d6112b48f18f6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 3 Oct 2017 23:17:06 +0200 Subject: [pkg] copy the folder to dist the package from docker was being copied with the `dist` name. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 032c28c2..f6263d81 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ bundle_in_docker: # needs a docker container called 'mybundle', created with 'make docker_container' rm -rf $(DIST_VERSION) bitmaskbuild cat pkg/docker_build | docker run -i -v ~/leap/bitmask-dev:/dist -w /dist -u `id -u` -e REPO="$(REPO)" -e BRANCH="$(BRANCH)" mybundle bash + mkdir -p dist/ cp -r bitmaskbuild/$(DIST_VERSION) dist/ rm -rf bitmaskbuild -- cgit v1.2.3