diff options
author | Simon Fondrie-Teitler <simonft@riseup.net> | 2017-12-22 18:13:09 -0500 |
---|---|---|
committer | Simon Fondrie-Teitler <simonft@riseup.net> | 2017-12-22 18:13:09 -0500 |
commit | 0236c16af176a4049b9ff1354f8af42764c5bdc8 (patch) | |
tree | 998dadced9f2029054d86c9dfff0de34ccc48121 /Makefile | |
parent | 07f27fabb14dd66bc67b617ac4f075a091b3381a (diff) |
[pkg] Include required files in headless build
Also pull in cython and restructure the package.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ DIST=dist/bitmask HEADLESS_DIST=dist/bitmask-nox NEXT_VERSION = $(shell cat pkg/next-version) DIST_VERSION = dist/bitmask-$(NEXT_VERSION)/ +HEADLESS_DIST_VERSION = dist/bitmask-nox-$(NEXT_VERSION)/ BITMASK_ROOT = src/leap/bitmask/vpn/helpers/linux/bitmask-root POLKIT_POLICY = src/leap/bitmask/vpn/helpers/linux/se.leap.bitmask.policy |