summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-03 23:17:06 +0200
committerKali Kaneko <kali@leap.se>2017-10-03 23:29:19 +0200
commitf2b613b7586be6b038553463122d6112b48f18f6 (patch)
treedd549af12f5dbb8781f169d1e03d27e8130db650 /Makefile
parent916e7539cd0e86fbd639c514036296829b26606e (diff)
[pkg] copy the folder to dist
the package from docker was being copied with the `dist` name.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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