summarylogtreecommitdiffstats
path: root/spack.binsh
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.binsh
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.binsh')
-rw-r--r--spack.binsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spack.binsh b/spack.binsh
index fd420f4c0371..761ec1c9a996 100644
--- a/spack.binsh
+++ b/spack.binsh
@@ -1,2 +1,2 @@
#!/bin/bash
-pkexec --user spack ${SPACK_ROOT}/libexec/spack $@
+pkexec --user spack ${SPACK_ROOT}/bin/spack $@