summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-26 20:03:44 -0400
committerKali Kaneko <kali@leap.se>2016-04-26 20:03:44 -0400
commitcc4b55926d20b81a3c381dfb41cae42ab080f557 (patch)
treeac29cafd30370da9c8a3049b9f9785b2535d439a
parentf47416804ad2f88ba27aa032e0d2fc1c9fd314c8 (diff)
[pkg] pick cacert from the repo, not the venv
-rw-r--r--pkg/next-version2
-rw-r--r--pkg/pyinst/pyinst-build.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/next-version b/pkg/next-version
index 3d4f0a85..29a0f215 100644
--- a/pkg/next-version
+++ b/pkg/next-version
@@ -1 +1 @@
-0.9.2.rc1
+0.9.2.rc2
diff --git a/pkg/pyinst/pyinst-build.mk b/pkg/pyinst/pyinst-build.mk
index 92a1cbb3..664f13ec 100644
--- a/pkg/pyinst/pyinst-build.mk
+++ b/pkg/pyinst/pyinst-build.mk
@@ -22,7 +22,7 @@ reset-ver:
pyinst-hacks-linux:
# XXX this should be taken care of by pyinstaller data collector
- cp $(VIRTUAL_ENV)/lib/python2.7/site-packages/leap/common/cacert.pem $(DIST)
+ cp ../leap_common/src/leap/common/cacert.pem $(DIST)
mkdir -p $(DIST)pysqlcipher
mkdir -p $(DIST)pixelated
mkdir -p $(DIST)twisted/web