summary refs log tree commit diff
path: root/pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-02-19 18:02:01 +0000
committerGitHub <noreply@github.com>2022-02-19 18:02:01 +0000
commit4f8c8f949751d7400c189a0e4c8201cb04862f5b (patch)
treef5a936d48b0218978f304eb9ea65ed23c827d1b7 /pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch
parente7491cffb40a16eb61a51f5e813756d92d80279b (diff)
parent18ebfef5adddac7d59520999aa8bc1c73a5121eb (diff)
downloadnixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.tar
nixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.tar.gz
nixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.tar.bz2
nixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.tar.lz
nixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.tar.xz
nixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.tar.zst
nixpkgs-4f8c8f949751d7400c189a0e4c8201cb04862f5b.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch')
-rw-r--r--pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch b/pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch
index 8a8b0ae4010..3c0c942ee43 100644
--- a/pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch
+++ b/pkgs/applications/misc/cubocore-packages/coretoppings/0001-fix-install-phase.patch
@@ -1,8 +1,8 @@
---- a/corepkit/CMakeLists.txt
-+++ b/corepkit/Cmakelists.txt
+--- a/corepkit/CMakeLists.txt	2021-12-25 17:52:20.000000000 +0700
++++ b/corepkit/CMakeLists.txt	2021-12-29 17:58:09.298024297 +0700
 @@ -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 share/polkit-1/actions/ )
 +install( FILES org.cubocore.coreapps.policy DESTINATION ${CMAKE_INSTALL_PREFIX}/usr/share/polkit-1/actions/ )