summaryrefslogtreecommitdiff
path: root/bundler
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-05-13 10:17:31 -0300
committerTomás Touceda <chiiph@leap.se>2014-05-13 10:17:31 -0300
commit95838713196e6518fe9caf52b97f1616014f0c67 (patch)
treedd44f57f2859025956c07fe6cc900a3c3abab8ff /bundler
parent048a234d8f5b7e6d8889934c9640e8b266cca90f (diff)
Do not copy openvpn on Linux directly
Diffstat (limited to 'bundler')
-rw-r--r--bundler/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler/actions.py b/bundler/actions.py
index aee222c..0e5b004 100644
--- a/bundler/actions.py
+++ b/bundler/actions.py
@@ -348,7 +348,7 @@ class CopyBinaries(Action):
cp(glob(os.path.join(binaries_path, "*.so*")), dest_lib_dir)
eip_dir = platform_dir(self._basedir, "apps", "eip")
- cp(os.path.join(binaries_path, "openvpn"), eip_dir)
+ #cp(os.path.join(binaries_path, "openvpn"), eip_dir)
cp("-r", glob(os.path.join(binaries_path, "openvpn.files", "*")),
os.path.join(eip_dir, "files"))