summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-02-15 16:31:04 +0100
committerKali Kaneko <kali@leap.se>2018-02-15 16:37:00 +0100
commit0ca7bcf4954a730a38b614c384055c221d778b6c (patch)
treead758ab49ea754c6fc9298edde6eab88fc14f683 /pkg
parent70f5736c5ef08588475b2788b8b89d8d40e18350 (diff)
[pkg] spelling fixes
Diffstat (limited to 'pkg')
-rw-r--r--pkg/docker_build_riseupvpn3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/docker_build_riseupvpn b/pkg/docker_build_riseupvpn
index 9da829cc..e741d8c6 100644
--- a/pkg/docker_build_riseupvpn
+++ b/pkg/docker_build_riseupvpn
@@ -1,4 +1,5 @@
# This script gets executed inside the docker-bundler-apt image.
+# Produces a RiseupVPN bundle inside the volume exported as /dist
# (no virtualenv, so all the dependencies must be already installed in the image).
: ${REPO:="https://github.com/leapcode/bitmask-dev"}
@@ -54,7 +55,7 @@ rm dist/${RELEASE}/lib/libsqlite3.so.0
echo "[+] Build and copy wrapper binary"
cd $HOME/bitmaskbuild/pkg/launcher && make
cd $HOME/bitmaskbuild
-cp pkg/launcher/bitmask dist/${RELEASE}/riseupVPN
+cp pkg/launcher/bitmask dist/${RELEASE}/RiseupVPN
mv dist/${RELEASE}/lib/anonvpn dist/${RELEASE}/lib/bitmask
cp -r dist/* /dist