aboutsummaryrefslogtreecommitdiffstats
path: root/pyside_postinstall.py
diff options
context:
space:
mode:
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 = [