summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--pkg/docker_build1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c48b46ba..eb1a3388 100644
--- a/Makefile
+++ b/Makefile
@@ -47,4 +47,3 @@ docker_container:
bundle_in_docker:
# needs a docker container called 'mybundle', created with 'make docker_container'
cat pkg/docker_build | docker run -i -v ~/leap/bitmask-dev:/dist -w /dist -u `id -u` mybundle bash
- mkdir -p dist && cp -r bitmaskbuild/dist/* dist
diff --git a/pkg/docker_build b/pkg/docker_build
index 4d782667..192ae587 100644
--- a/pkg/docker_build
+++ b/pkg/docker_build
@@ -1,4 +1,5 @@
git clone https://github.com/leapcode/bitmask-dev bitmaskbuild
+mkdir -p dist/
cd bitmaskbuild
pkg/build_bundle_with_venv.sh