summarylogtreecommitdiffstats
path: root/spack.pkaction
diff options
context:
space:
mode:
authorGuillaume Dollé2020-11-21 00:57:30 +0100
committerGuillaume Dollé2020-11-21 00:57:30 +0100
commitb68d40b868cdd6aaabd72b0cac6411d3c8740b45 (patch)
tree00e31c445377a552c2cac2e9291c570c4c65caec /spack.pkaction
parent77a5895bd80d7ede52e131a9c414d4517718b53a (diff)
downloadaur-b68d40b868cdd6aaabd72b0cac6411d3c8740b45.tar.gz
Fix relase 1 (config.yaml file)
Changelog: - Replace custom pkexec bin script with alias - Fix polkit script bin path - Update profile scripts with spack alias - all bin script are not moved anymore - Fix config.yaml install new behaviour (ignore last commit msg) Remark: - First install will require to reconnect to the session, or source the profile.d/spack.<shellext>
Diffstat (limited to 'spack.pkaction')
-rw-r--r--spack.pkaction2
1 files changed, 1 insertions, 1 deletions
diff --git a/spack.pkaction b/spack.pkaction
index e6ef88d6b7ea..2e6360fdc3e8 100644
--- a/spack.pkaction
+++ b/spack.pkaction
@@ -11,7 +11,7 @@
<allow_inactive>auth_admin</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
- <annotate key="org.freedesktop.policykit.exec.path">/opt/spack/libexec/spack</annotate>
+ <annotate key="org.freedesktop.policykit.exec.path">/opt/spack/bin/spack</annotate>
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
</action>
</policyconfig>