summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-24 01:49:34 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:07 -0400
commitc370c160d56ebca9ebb8092c00798c99f994f11f (patch)
tree8a756ce3a6110867ebb5fba9cd3cf783e9b7cc1e /Makefile
parent116af66d410ee3a4ee69a8fa25c6036ed1c2411f (diff)
[scripts] use sudo for installing helpers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 99bf5597..bf5c6805 100644
--- a/Makefile
+++ b/Makefile
@@ -51,8 +51,8 @@ test_functional_graphical:
behave --tags ~@wip --tags @smoke tests/functional/features -k -D host=localhost
install_helpers:
- cp src/leap/bitmask/vpn/helpers/linux/bitmask-root /usr/local/sbin/
- cp src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy /usr/share/polkit-1/actions/
+ sudo cp src/leap/bitmask/vpn/helpers/linux/bitmask-root /usr/local/sbin/
+ sudo cp src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy /usr/share/polkit-1/actions/
install_pixelated:
pip install leap.pixelated leap.pixelated-www