aboutsummaryrefslogtreecommitdiffstats
path: root/pyside_postinstall.py
diff options
context:
space:
mode:
authorRoman Lacko <backup.rlacko@gmail.com>2012-09-28 16:22:18 +0200
committerRoman Lacko <backup.rlacko@gmail.com>2012-09-28 16:22:18 +0200
commitddbb7eef211aa54f99a9dbad885864727f87ff47 (patch)
tree371d78c3fbca6e5c3fa2dbe06e72b16652ad2429 /pyside_postinstall.py
parentb63c2f35b268f270a926e2f40f0042d9e7507da6 (diff)
Add shiboken python module to distibution package
Diffstat (limited to 'pyside_postinstall.py')
-rw-r--r--pyside_postinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyside_postinstall.py b/pyside_postinstall.py
index 95d875138..7cc0ab22e 100644
--- a/pyside_postinstall.py
+++ b/pyside_postinstall.py
@@ -67,7 +67,7 @@ def install_linux():
for srcname in os.listdir(pyside_path):
if os.path.isdir(srcname):
continue
- if not filter_match(srcname, ["Qt*.so", "phonon.so", "shiboken"]):
+ if not filter_match(srcname, ["Qt*.so", "phonon.so", "shiboken", "shiboken.so"]):
continue
srcpath = os.path.join(pyside_path, srcname)
cmd = [