diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-06 10:11:57 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-06 10:11:57 +0100 |
commit | 72d6835ff22ac926675c31789a332112ee73a2cf (patch) | |
tree | 5ea68100924051d8b661d4539ae0bfa0c09a91d3 /pkg/pyinst/build.mk | |
parent | a8c215ca65b8dde0d15973528eba5e765810bcd5 (diff) |
[pkg] several bundling fixes
Diffstat (limited to 'pkg/pyinst/build.mk')
-rw-r--r-- | pkg/pyinst/build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk index 3fd9a6e..554009d 100644 --- a/pkg/pyinst/build.mk +++ b/pkg/pyinst/build.mk @@ -5,9 +5,9 @@ bundle: bundle_clean cp $(VIRTUAL_ENV)/lib/python2.7/site-packages/_scrypt.so $(DIST) cp src/leap/bitmask/core/bitmaskd.tac $(DIST) mkdir $(DIST)/leap - mkdir -p $(DIST)/leap/soledad/common/l2db/backends # 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/ 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) |