aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-11-08 23:16:42 -0800
committerSteven Fackler <[email protected]>2015-11-08 23:16:42 -0800
commit776852ff2bfe01ea22abe7f2ca5d086e713c6fd1 (patch)
tree6f6f61da6d002b20d0b9b100266cf14ce0d0c8a7 /openssl
parentBetter debug impls (diff)
downloadrust-openssl-776852ff2bfe01ea22abe7f2ca5d086e713c6fd1.tar.xz
rust-openssl-776852ff2bfe01ea22abe7f2ca5d086e713c6fd1.zip
Travis without sudo
Diffstat (limited to 'openssl')
-rwxr-xr-xopenssl/test/build.sh5
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