[SCM] kinit packaging branch, master, updated. debian/5.42.0-3-4-gfc3e993

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 12 17:26:04 UTC 2018


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

The following commit has been merged in the master branch:
commit d0da9a679bb78dc18da248833794e86a4710e934
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Mon Feb 12 18:03:48 2018 +0100

    Fix typo.
---
 debian/kinit.postinst.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/kinit.postinst.in b/debian/kinit.postinst.in
index 3181d5b..a93f91f 100644
--- a/debian/kinit.postinst.in
+++ b/debian/kinit.postinst.in
@@ -6,7 +6,7 @@ if [ "$1" = configure ]; then
     # Set the capabilities
     if command -v setcap > /dev/null && \
        setcap "CAP_SYS_RESOURCE=+ep" \
-            "/usr/lib/#MULTIARCH#/libexec/kf5/start_kdeinit"; then
+            "/usr/lib/#DEB_HOST_MULTIARCH#/libexec/kf5/start_kdeinit"; then
         echo "Sucessfully set capabilities for start_kdeinit"
     else
         echo "Failed to set capabilities for start_kdeinit" >&2

-- 
kinit packaging



More information about the pkg-kde-commits mailing list