From: SVN-Git Migration Date: Thu, 8 Oct 2015 20:39:15 +0000 (-0700) Subject: sip_install_loc X-Git-Tag: archive/raspbian/2.11.2+dfsg-5+rpi1~3^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4536a77e66fb5e7ce371fb9f0031946fd0660ab6;p=qscintilla2.git sip_install_loc Adjust for Debian Python build file location. No need to upstream. Patch-Name: sip_install_loc.patch Gbp-Pq: Name 0001-sip_install_loc.patch --- diff --git a/Python/configure.py b/Python/configure.py index 8927e14..560e104 100644 --- a/Python/configure.py +++ b/Python/configure.py @@ -294,7 +294,7 @@ class ModuleConfiguration(object): return None path = os.path.join(target_configuration.qsci_sip_dir, 'Qsci') - files = glob.glob('sip/*.sip') + files = glob.glob('../sip/*.sip') return path, files