summaryrefslogtreecommitdiff
path: root/pkg/pyinst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-06 19:05:32 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-06 19:05:32 +0200
commitccb4c9fb9871895d669d32df4684697fdbe9ccdb (patch)
tree4364430b56e1f6d9a4bfac452357caa9078849bc /pkg/pyinst
parent360996a6a96f05233a1bc88f69a283bae70b5d67 (diff)
[pkg] copy sql file from new path
Diffstat (limited to 'pkg/pyinst')
-rw-r--r--pkg/pyinst/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk
index e8772058..be4aa55f 100644
--- a/pkg/pyinst/build.mk
+++ b/pkg/pyinst/build.mk
@@ -7,8 +7,8 @@ bundle: bundle_clean
mkdir $(DIST)/leap
# if you find yourself puzzled becase the following files are not found in your
# virtualenv, make sure that you're installing the packages from wheels and not eggs.
- mkdir -p $(DIST)/leap/soledad/common/l2db/backends
- cp $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/soledad/common/l2db/backends/dbschema.sql $(DIST)/leap/soledad/common/l2db/backends/
+ 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 -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