mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
polkit-kde-kcmodules-1: fix the genpolicy target
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2cf532fa19
commit
9150798aeb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ add_custom_command(OUTPUT ${_output}
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
COMMENT "Generating org.kde.polkitkde1.policy"
|
COMMENT "Generating org.kde.polkitkde1.policy"
|
||||||
DEPENDS polkit-kde-helper-policy-gen)
|
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
|
# FIXME: hardcoded path
|
||||||
install(FILES ${_output} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/polkit-1/actions/)
|
install(FILES ${_output} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/polkit-1/actions/)
|
||||||
|
|
Loading…
Add table
Reference in a new issue