From ccb4c9fb9871895d669d32df4684697fdbe9ccdb Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 6 Jun 2017 19:05:32 +0200 Subject: [pkg] copy sql file from new path --- pkg/pyinst/build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/pyinst') 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 -- cgit v1.2.3