Change needed due to different package installation paths.
authorEike Sauer <eike@debian.org>
Sat, 7 May 2016 15:42:00 +0000 (16:42 +0100)
committerEike 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

index ce3a7f071c04b6d5d0fc13d0d109baeb9c6f1474..a6bb041942682302b6ce02ac1dc6cf2f1df1cdc9 100644 (file)
@@ -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
 }