summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-17 21:00:37 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-17 21:00:37 +0100
commitbd853141a23055cf2d1e0a4ae1712577024f9b84 (patch)
tree212232dd056da37e79894198f434beb9f4ee19dc
parentbfc7955ad8f395e3e74ef448fa883340293568c5 (diff)
[pkg] remove non needed steps
-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