Correct installation of kwin_wayland when DESTDIR and libcap are used together

Based on patch for kinit: D8064.
icc-effect-5.14.5
Martin Flöser 2017-10-10 19:54:07 +02:00
parent c2f5b3e5b1
commit f448691f54
1 changed files with 1 additions and 1 deletions

View File

@ -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()