From ddbb7eef211aa54f99a9dbad885864727f87ff47 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Fri, 28 Sep 2012 16:22:18 +0200 Subject: Add shiboken python module to distibution package --- pyside_postinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyside_postinstall.py') 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 = [ -- cgit v1.2.3