diff options
Diffstat (limited to 'pkg/pyinst')
| -rw-r--r-- | pkg/pyinst/build.mk | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pkg/pyinst/build.mk b/pkg/pyinst/build.mk index be4aa55f..8d8e8bc3 100644 --- a/pkg/pyinst/build.mk +++ b/pkg/pyinst/build.mk @@ -9,9 +9,9 @@ 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 -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 +	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/  	cd pkg/launcher && make  	cp pkg/launcher/bitmask $(DIST_VERSION) | 
