summaryrefslogtreecommitdiff
path: root/pkg/linux/leap-install-helper.sh
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-06-17 11:25:11 -0500
committerKali Kaneko <kali@leap.se>2014-06-17 13:15:39 -0500
commit89d126e96b1ed3ac1076b3c45129f8bc78a09700 (patch)
tree02c28c675a9883d52360acac53d4158f4c36459d /pkg/linux/leap-install-helper.sh
parent9dd06067e6bfa475c633a1edcae8d3c318b9f0f5 (diff)
use bash installer instead of the temporal script
Diffstat (limited to 'pkg/linux/leap-install-helper.sh')
-rwxr-xr-xpkg/linux/leap-install-helper.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/linux/leap-install-helper.sh b/pkg/linux/leap-install-helper.sh
index bed48255..566dd3d9 100755
--- a/pkg/linux/leap-install-helper.sh
+++ b/pkg/linux/leap-install-helper.sh
@@ -19,8 +19,9 @@
LOCAL_SBIN_FOLDER=/usr/local/sbin
+POLKIT_FOLDER="/usr/share/polkit-1/actions"
POLKIT_FILE="se.leap.bitmask.bundle.policy"
-POLKIT_PATH="/usr/share/polkit-1/actions"
+POLKIT_PATH="${POLKIT_FOLDER}/${POLKIT_FILE}"
BITMASK_ROOT_FILE="bitmask-root"
BITMASK_ROOT_PATH="${LOCAL_SBIN_FOLDER}/${BITMASK_ROOT_FILE}"