summary refs log tree commit diff
path: root/pkgs/applications/misc/coretoppings/0001-fix-install-phase.patch
blob: 8a8b0ae401091372cf7a6ffaffff0e8fe92f6d60 (plain) (blame)
1
2
3
4
5
6
7
8
--- 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/ )