From: Eike Sauer Date: Sat, 7 May 2016 15:42:00 +0000 (+0100) Subject: Change needed due to different package installation paths. X-Git-Tag: archive/raspbian/1.10.0-1+rpi1~1^2^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=04d0f9d69d0b04e49f443f7b5e538bb0ae991843;p=kdiff3.git Change needed due to different package installation paths. Origin: eike@debian.org Gbp-Pq: Name kdiff3.pro.patch --- diff --git a/src-QT4/kdiff3.pro b/src-QT4/kdiff3.pro index ce3a7f0..a6bb041 100644 --- 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 }