From 0ca7bcf4954a730a38b614c384055c221d778b6c Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 15 Feb 2018 16:31:04 +0100 Subject: [pkg] spelling fixes --- pkg/docker_build_riseupvpn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkg') 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 -- cgit v1.2.3