[Python-modules-commits] [qscintilla2] 03/09: fix-lib-install-dir.diff
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Dec 16 06:50:25 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 e1e7ec2f7c4537a3bd2d3ebc64cbabe6fede0a54
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 18c6b89..7b302c7 100644
--- a/Qt4Qt5/qscintilla.pro
+++ b/Qt4Qt5/qscintilla.pro
@@ -66,7 +66,7 @@ unix:!macx {
# 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