summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-08-13 16:26:42 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-08-13 16:26:42 -0300
commitddd112e53179cbccbf852d3dd70a80cfc171a957 (patch)
tree62fc795c206269c8003261b2bf6f46f13d6e81bd /Makefile
parent848cc7bd6ce762e74e189a046480b36347e09db4 (diff)
[bug] copy for cryptography files not needed
Those files are no longer needed (nor present on the repo). - Resolves: #7384
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7df6bbb1..f6d4d33a 100644
--- a/Makefile
+++ b/Makefile
@@ -144,11 +144,9 @@ sumo_tarball: checkout_leapdeps_release
python setup.py sdist --sumo
git checkout -- src/leap/__init__.py
rm -rf src/leap/soledad
+
pyinst:
pyinstaller -y pkg/pyinst/bitmask.spec
- mkdir -p dist/bitmask/cryptography/hazmat/bindings/openssl/src/
- cp pkg/pyinst/cryptography/* dist/bitmask/cryptography/hazmat/bindings/openssl/src
- cp -r dist/bitmask/cryptography dist/Bitmask.app/Contents/Resources/
clean_pkg:
rm -rf build dist