diff --git a/Installation/Jenkins/build.sh b/Installation/Jenkins/build.sh index 3b11ed39af..134a4de8c3 100755 --- a/Installation/Jenkins/build.sh +++ b/Installation/Jenkins/build.sh @@ -544,7 +544,7 @@ if test -n "${TARGET_DIR}"; then if test "`uname -o||true`" == "Cygwin"; then SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt |sed -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;" -e "s;\([a-zA-Z]*\):;/cygdrive/\1;"` DLLS=`find ${SSLDIR} -name \*.dll |grep -i release` - cp ${DLLS} bin + cp ${DLLS} ${BUILD_CONFIG}/bin fi tar -u -f ${TARFILE_TMP} \ bin etc tests