From 9150798aeb618eb94920fcef13b3df2c06e53cb8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 18 May 2016 13:05:22 +0000 Subject: [PATCH] polkit-kde-kcmodules-1: fix the genpolicy target Signed-off-by: Ivailo Monev --- polkit-kde-kcmodules-1/helper/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkit-kde-kcmodules-1/helper/CMakeLists.txt b/polkit-kde-kcmodules-1/helper/CMakeLists.txt index dea1d6fb..9c891b90 100644 --- a/polkit-kde-kcmodules-1/helper/CMakeLists.txt +++ b/polkit-kde-kcmodules-1/helper/CMakeLists.txt @@ -20,7 +20,7 @@ add_custom_command(OUTPUT ${_output} WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMENT "Generating org.kde.polkitkde1.policy" DEPENDS polkit-kde-helper-policy-gen) -add_custom_target(genpolicy "actions for polkit-kde" ALL DEPENDS ${_output}) +add_custom_target(genpolicy ALL DEPENDS ${_output}) # FIXME: hardcoded path install(FILES ${_output} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/polkit-1/actions/)