diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-06 19:05:32 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-06 19:05:32 +0200 |
commit | ccb4c9fb9871895d669d32df4684697fdbe9ccdb (patch) | |
tree | 4364430b56e1f6d9a4bfac452357caa9078849bc | |
parent | 360996a6a96f05233a1bc88f69a283bae70b5d67 (diff) |
[pkg] copy sql file from new path
-rw-r--r-- | pkg/pyinst/build.mk | 4 |
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 |