mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 04:33:57 +00:00
9 lines
384 B
Diff
9 lines
384 B
Diff
|
--- a/corepkit/CMakeLists.txt
|
||
|
+++ b/corepkit/Cmakelists.txt
|
||
|
@@ -32,4 +32,4 @@
|
||
|
target_link_libraries( corepkit Qt5::Core )
|
||
|
|
||
|
install( TARGETS corepkit DESTINATION libexec/coreapps/ )
|
||
|
-install( FILES org.cubocore.coreapps.policy DESTINATION /usr/share/polkit-1/actions/ )
|
||
|
+install( FILES org.cubocore.coreapps.policy DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/polkit-1/actions/ )
|