[Python-modules-commits] [qscintilla2] 03/08: fix-lib-install-dir.diff
Scott Kitterman
kitterman at moszumanska.debian.org
Tue Jun 27 22:23:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch patch-queue/debian/master
in repository qscintilla2.
commit 2bc550eaed0e9c0634690ba40ebe55e510ccaa53
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date: Thu Oct 8 13:39:17 2015 -0700
fix-lib-install-dir.diff
01_qscintilla.pro.dpatch by Torsten Marek <shlomme at debian.org>
Don't install the library directly
Patch-Name: fix-lib-install-dir.diff
---
Qt4Qt5/qscintilla.pro | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Qt4Qt5/qscintilla.pro b/Qt4Qt5/qscintilla.pro
index b243c73..6390edb 100644
--- a/Qt4Qt5/qscintilla.pro
+++ b/Qt4Qt5/qscintilla.pro
@@ -47,7 +47,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
# Scintilla namespace rather than pollute the global namespace.
#DEFINES += SCI_NAMESPACE
-target.path = $$[QT_INSTALL_LIBS]
+target.path = /usr/lib
INSTALLS += target
header.path = $$[QT_INSTALL_HEADERS]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/qscintilla2.git
More information about the Python-modules-commits
mailing list