From: SVN-Git Migration Date: Thu, 8 Oct 2015 20:39:15 +0000 (-0700) Subject: sip_install_loc X-Git-Tag: archive/raspbian/2.10.4+dfsg-2+rpi1~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=259917aa5de752222fe3d7106c5282b9eb373c4a;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 2ff9330..0bf24ba 100644 --- a/Python/configure.py +++ b/Python/configure.py @@ -291,7 +291,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