[SCM] kpty packaging branch, master, updated. debian/5.37.0-2-96-g6d8962f

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:51:18 UTC 2018


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kpty.git;a=commitdiff;h=d2efeb3

The following commit has been merged in the master branch:
commit d2efeb32f8215704f1ef74101968a065a7d672a3
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Oct 18 17:55:34 2016 +0200

    Use CMAKE_INSTALL_PREFIX instead of PREFIX_PATH
    
    CMAKE_PREFIX_PATH is empty during build time
---
 debian/patches/kde_01_search_utempter.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/kde_01_search_utempter.diff b/debian/patches/kde_01_search_utempter.diff
index 4ac1716..c1e19e2 100644
--- a/debian/patches/kde_01_search_utempter.diff
+++ b/debian/patches/kde_01_search_utempter.diff
@@ -12,8 +12,8 @@ index 9773963..4921e58 100644
 +find_file (UTEMPTER_EXECUTABLE utempter PATHS
      ${KDE_INSTALL_FULL_LIBEXECDIR}/utempter
      ${KDE_INSTALL_FULL_LIBDIR}/utempter
-+    ${CMAKE_PREFIX_PATH}/libexec/utempter
-+    ${CMAKE_PREFIX_PATH}/lib/utempter
++    ${CMAKE_INSTALL_PREFIX}/libexec/utempter
++    ${CMAKE_INSTALL_PREFIX/lib/utempter
      /usr/libexec/utempter
  )
  

-- 
kpty packaging



More information about the pkg-kde-commits mailing list