diff options
Diffstat (limited to 'openssl/test/build.sh')
| -rwxr-xr-x | openssl/test/build.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openssl/test/build.sh b/openssl/test/build.sh index db517ab3..1b923cb1 100755 --- a/openssl/test/build.sh +++ b/openssl/test/build.sh @@ -3,8 +3,7 @@ set -e mkdir /tmp/openssl cd /tmp/openssl -sudo apt-get install gcc make curl https://openssl.org/source/openssl-1.0.2d.tar.gz | tar --strip-components=1 -xzf - -./config --prefix=/usr/ shared +./config --prefix=$HOME/openssl shared make -sudo make install +make install |