From 031a2044a77153b6c2a3e111de17827c8395ea1e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 27 Feb 2018 01:52:59 +0100 Subject: [pkg] install helpers from snap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3