summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-08-09 09:36:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-08-09 09:36:49 +0200
commit3ab202447570beb5502f5d76a45d75b07c0679d7 (patch)
tree29ed42f918f76dc54b4795a501ffd68570bee083
parentc3c49bf7e4e474c645e295d3bb9aa936d4d87905 (diff)
downloadcurl-bagder/mbedtls-3.tar.gz
fixup the make installbagder/mbedtls-3
-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 b909b5ba7..79bdb04b5 100755
--- a/scripts/zuul/before_script.sh
+++ b/scripts/zuul/before_script.sh
@@ -101,7 +101,7 @@ if [ "$TRAVIS_OS_NAME" = linux -a "$MBEDTLS3" ]; then
git clone --depth=1 -b v3.0.0 https://github.com/ARMmbed/mbedtls
cd mbedtls
make
- make DESTDIR=$HOME/mbedtls3
+ make DESTDIR=$HOME/mbedtls3 install
fi
if [ "$TRAVIS_OS_NAME" = linux -a "$LIBRESSL" ]; then