diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-08-03 18:17:08 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-08-03 18:40:14 +0200 |
commit | ff3ea5334e94ed94b92839e61a543de67d3573fa (patch) | |
tree | f714b83f3bf82463245c9c236548541f47a0e8db /main/misc | |
parent | 844308bc5c0f6895abb54950c37b0907755ddaae (diff) |
For upgrade the binaries need to be called different ...
Diffstat (limited to 'main/misc')
-rwxr-xr-x | main/misc/build-native.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh index f9588171..508ad64f 100755 --- a/main/misc/build-native.sh +++ b/main/misc/build-native.sh @@ -38,8 +38,8 @@ if [ $? = 0 ]; then mkdir -p ../ovpnlibs/assets for i in * do - cp -v $i/nopievpn ../ovpnlibs/assets/nopievpn.$i - cp -v $i/pievpn ../ovpnlibs/assets/pievpn.$i + cp -v $i/nopie_openvpn ../ovpnlibs/assets/nopie_openvpn.$i + cp -v $i/pie_openvpn ../ovpnlibs/assets/pie_openvpn.$i done # Removed compiled openssl libs, will use platform so libs # Reduces size of apk |