summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-21 17:42:55 +0100
committerKali Kaneko <kali@leap.se>2018-03-02 03:54:10 +0100
commitcbffb0dc9b5e7236ad2112b842a4c22dd62c1924 (patch)
tree1b417d1cdec0aab235fc7f5595715cc641746be6
parentc1125e43a8191d8941e7dccc5b3afa01558d88c4 (diff)
[bug] install bundle helpers
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e11b4280..ed8848b1 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ANONVPN_DIST=dist/anonvpn
ANONVPN_DIST_VERSION = $(ANONVPN_DIST)-$(NEXT_VERSION)/
BITMASK_ROOT = src/leap/bitmask/vpn/helpers/linux/bitmask-root
-POLKIT_POLICY = src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy
+POLKIT_POLICY = src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.bundle.policy
SUDO = /usr/bin/sudo
include pkg/bundles/build.mk