diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-15 20:30:59 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 22:55:49 +0100 |
commit | bb00a1dfa75f1a9a0a9ff55afc0da3d6510ab613 (patch) | |
tree | b3a03f46fbaa9ce338d0d25e60ddad3fdd1f91b2 /Makefile | |
parent | d798346948aff01051c59261f739cb720c18f0a6 (diff) |
[pkg] life is better among hunter-gatherers
aka, get *all* of the dynamic libraries into the bundle.
This probably won't work like this, but I think it's more comfortable to
strip libraries from the list rather than hunting for them one by one.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ DIST_VERSION = $(DIST)-$(NEXT_VERSION)/ HEADLESS_DIST=dist/bitmask-nox HEADLESS_DIST_VERSION = $(HEADLESS_DIST)-$(NEXT_VERSION)/ -ANONVPN_DIST=dist/RiseupVPN +ANONVPN_DIST=dist/anonvpn ANONVPN_DIST_VERSION = $(ANONVPN_DIST)-$(NEXT_VERSION)/ BITMASK_ROOT = src/leap/bitmask/vpn/helpers/linux/bitmask-root |