summaryrefslogtreecommitdiff
path: root/scripts/zuul/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/zuul/before_script.sh')
-rwxr-xr-xscripts/zuul/before_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zuul/before_script.sh b/scripts/zuul/before_script.sh
index 82b912603..7025a160b 100755
--- a/scripts/zuul/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -138,7 +138,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$RUSTLS_VERSION" ]; then
cargo install cbindgen
cd $HOME/rustls-ffi
make
- make DESTDIR=$HOME/crust install
+ make DESTDIR=$HOME/rustls install
fi
if [ $TRAVIS_OS_NAME = linux -a "$WOLFSSL" ]; then