From bc9b9d2ce47bbf97019dd7afde65efcfbd54527f Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Wed, 5 Nov 2014 23:34:03 +0100 Subject: [PATCH] Rename pkexec policy file to .policy extension. Rename com.github.calamares.calamares.bin to com.github.calamares.calamares.policy. This matches how other policy files in the same directory are named. --- CMakeLists.txt | 2 +- ...mares.calamares.bin => com.github.calamares.calamares.policy | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename com.github.calamares.calamares.bin => com.github.calamares.calamares.policy (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9382557ed..9159e2289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -182,7 +182,7 @@ install( install( FILES - com.github.calamares.calamares.bin + com.github.calamares.calamares.policy DESTINATION "${POLKITQT-1_POLICY_FILES_INSTALL_DIR}" ) diff --git a/com.github.calamares.calamares.bin b/com.github.calamares.calamares.policy similarity index 100% rename from com.github.calamares.calamares.bin rename to com.github.calamares.calamares.policy