summaryrefslogtreecommitdiff
path: root/bundler
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-12-05 11:43:04 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-12-05 11:43:04 -0300
commit6bdc0e40f7cb8d0435b38e4bf7db08a91690205c (patch)
tree73a40ea81db5678ec4c460414dea12d071e74cfb /bundler
parentd2a2e597c873f4dfebfaf4a45ea008c89f6b1f86 (diff)
Copy the *.non-ubuntu files to lib/. Closes #6414.
Diffstat (limited to 'bundler')
-rw-r--r--bundler/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundler/actions.py b/bundler/actions.py
index 1f688e3..cee1508 100644
--- a/bundler/actions.py
+++ b/bundler/actions.py
@@ -375,6 +375,7 @@ class CopyBinaries(Action):
os.path.join(root, "apps", "eip")))
else:
cp(glob(os.path.join(binaries_path, "*.so*")), dest_lib_dir)
+ cp(glob(os.path.join(binaries_path, "libQt*.non-ubuntu")), dest_lib_dir)
eip_dir = platform_dir(self._basedir, "apps", "eip")
# cp(os.path.join(binaries_path, "openvpn"), eip_dir)