summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-07-20 12:06:30 -0400
committerKali Kaneko <kali@leap.se>2017-07-20 15:12:25 -0400
commit7a8fd9a2b26830b0c22c2fe9505151cf7d0f1018 (patch)
tree81c7852f7e5a1945b37cd84853d770c425d28c48
parent2d74c25ca3f7dd124f3a9d766da1357cd87a3555 (diff)
[bug] include cacert.pem in bundles
-rw-r--r--pkg/pyinst/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk
index 0a82d1df..f4956e10 100644
--- a/pkg/pyinst/build.mk
+++ b/pkg/pyinst/build.mk
@@ -16,6 +16,7 @@ bundle: bundle_clean
# virtualenv, make sure that you're installing the packages from wheels and not eggs.
mkdir -p $(DIST)/leap/soledad/client/_db
cp $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/soledad/client/_db/dbschema.sql $(DIST)/leap/soledad/client/_db/
+ cp $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/common/cacert.pem $(DIST)/
cp -r $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/bitmask_js $(DIST)/leap/
cp -r $(VIRTUAL_ENV)/lib/python2.7/site-packages/pixelated_www $(DIST)/
mv $(DIST) _bundlelib && mkdir $(DIST_VERSION) && mv _bundlelib $(DIST_VERSION)/lib/