From f448691f54e84da1653c316a5d2bf240844b8597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Tue, 10 Oct 2017 19:54:07 +0200 Subject: [PATCH] Correct installation of kwin_wayland when DESTDIR and libcap are used together Based on patch for kinit: D8064. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dc2f52b4c..4a034fd295 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -646,7 +646,7 @@ if (HAVE_LIBCAP) COMMAND ${SETCAP_EXECUTABLE} CAP_SYS_NICE=+ep - $ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/kwin_wayland)" + \$ENV{DESTDIR}${CMAKE_INSTALL_FULL_BINDIR}/kwin_wayland)" ) endif()