From 04d0f9d69d0b04e49f443f7b5e538bb0ae991843 Mon Sep 17 00:00:00 2001 From: Eike Sauer Date: Sat, 7 May 2016 16:42:00 +0100 Subject: [PATCH] Change needed due to different package installation paths. Origin: eike@debian.org Gbp-Pq: Name kdiff3.pro.patch --- src-QT4/kdiff3.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } -- 2.30.2