From 776852ff2bfe01ea22abe7f2ca5d086e713c6fd1 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Nov 2015 23:16:42 -0800 Subject: Travis without sudo --- openssl/test/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'openssl') 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 -- cgit v1.2.3