summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-27 01:52:59 +0100
committerKali Kaneko <kali@leap.se>2018-03-02 03:54:14 +0100
commit031a2044a77153b6c2a3e111de17827c8395ea1e (patch)
tree3c013eb9d03366630aa04fe98cee78ae90ba79b0 /Makefile
parentc9fbec21b700c25d35a03b12df1adbb65f67ff12 (diff)
[pkg] install helpers from snap
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed8848b1..1132732f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ test_functional_graphical_wip:
install_helpers:
# if there's no sudo, assumming this is running as root by the CI
test -f $(SUDO) && sudo cp $(BITMASK_ROOT) /usr/local/sbin/ || cp $(BITMASK_ROOT) /usr/local/sbin/
- test -f $(SUDO) && sudo cp $(POLKIT_POLICY) /usr/share/polkit-1/actions/se.bitmask.bundle.policy || cp $(POLKIT_POLICY) /usr/share/polkit-1/actions/se.bitmask.bundle.policy
+ test -f $(SUDO) && sudo cp $(POLKIT_POLICY) /usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy || cp $(POLKIT_POLICY) /usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy
install_pixelated:
pip install leap.pixelated leap.pixelated-www