projects
/
qbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3d0c0
)
fix DESTDIR for qbs_processlauncher
author
Alexander Volkov
<a.volkov@rusbitech.ru>
Thu, 25 Jun 2020 08:00:39 +0000
(09:00 +0100)
committer
Dmitry Shachnev
<mitya57@debian.org>
Thu, 25 Jun 2020 08:00:39 +0000
(09:00 +0100)
Forwarded: no
Last-Update: 2018-04-04
Gbp-Pq: Name processlauncher_destdir.diff
src/libexec/libexec.pri
patch
|
blob
|
history
diff --git
a/src/libexec/libexec.pri
b/src/libexec/libexec.pri
index a5cd2c599966b8c8f6aa7921a60d28599e8fad35..ea8c4026551294764bae661fe56f97f6c614a69f 100644
(file)
--- a/
src/libexec/libexec.pri
+++ b/
src/libexec/libexec.pri
@@
-3,7
+3,7
@@
include(../install_prefix.pri)
win32:LIBEXEC_BASE_DIR=bin
else:LIBEXEC_BASE_DIR=libexec/qbs
-!isEmpty(QBS_LIBEXEC_DESTDIR):DESTDIR=$${QBS_LIBEXEC_DESTDIR}
+!isEmpty(QBS_LIBEXEC_DESTDIR):DESTDIR=
../../../
$${QBS_LIBEXEC_DESTDIR}
else:DESTDIR=../../../$$LIBEXEC_BASE_DIR
!isEmpty(QBS_LIBEXEC_INSTALL_DIR):target.path = $${QBS_LIBEXEC_INSTALL_DIR}