Skip to content
Commit 729e0903 authored by Alex Merry's avatar Alex Merry
Browse files

Pass the absolute path of kdesud to chgrp and chmod

When installing kdesud, we (try to) run chgrp and chmod on it. However,
the existing code did not make use of CMAKE_INSTALL_PREFIX, which meant
that when KF5_LIBEXEC_INSTALL_DIR was a relative path (the default), it
would not work. Now, we add in the CMAKE_INSTALL_PREFIX variable unless
KF5_LIBEXEC_INSTALL_DIR was already an absolute path.

Reviewed by: Jonathan Riddell <jr@jriddell.org>
parent 9916b065
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment