anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / misc / cubocore-packages / coretoppings / 0001-fix-install-phase.patch
blob3c0c942ee43a146e1dedb0be7ab9ba1d41b5eb07
1 --- a/corepkit/CMakeLists.txt 2021-12-25 17:52:20.000000000 +0700
2 +++ b/corepkit/CMakeLists.txt 2021-12-29 17:58:09.298024297 +0700
3 @@ -32,4 +32,4 @@
4 target_link_libraries( corepkit Qt5::Core )
6 install( TARGETS corepkit DESTINATION libexec/coreapps/ )
7 -install( FILES org.cubocore.coreapps.policy DESTINATION share/polkit-1/actions/ )
8 +install( FILES org.cubocore.coreapps.policy DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/polkit-1/actions/ )