projects
/
kdiff3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0143c2e
)
Change needed due to different package installation paths.
author
Eike Sauer
<eike@debian.org>
Sat, 7 May 2016 15:42:00 +0000
(16:42 +0100)
committer
Eike Sauer
<eike@debian.org>
Sat, 7 May 2016 15:42:00 +0000
(16:42 +0100)
Origin: eike@debian.org
Gbp-Pq: Name kdiff3.pro.patch
src-QT4/kdiff3.pro
patch
|
blob
|
history
diff --git
a/src-QT4/kdiff3.pro
b/src-QT4/kdiff3.pro
index ce3a7f071c04b6d5d0fc13d0d109baeb9c6f1474..a6bb041942682302b6ce02ac1dc6cf2f1df1cdc9 100644
(file)
--- a/
src-QT4/kdiff3.pro
+++ b/
src-QT4/kdiff3.pro
@@
-66,12
+66,12
@@
os2 {
}
unix {
- documentation.path = /usr/
local/
share/doc/kdiff3
- documentation.files = ../doc/*
+ documentation.path = /usr/share/doc/kdiff3
+
#
documentation.files = ../doc/*
INSTALLS += documentation
- target.path = /usr/
local/
bin
+ target.path = /usr/bin
INSTALLS += target
}