1
0
Fork 0

better filter when building windows test tarball

This commit is contained in:
Wilfried Goesgens 2017-04-12 12:16:09 +02:00
parent ccb2175904
commit b9bcf292d5
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ if test -n "${TARGET_DIR}"; then
DLLS=`find ${SSLDIR} -name \*.dll |grep -i release`
cp ${DLLS} bin/${BUILD_CONFIG}
cp bin/${BUILD_CONFIG}/* bin/
cp tests/${BUILD_CONFIG}/* bin/
cp tests/${BUILD_CONFIG}/*exe bin/
fi
tar -u -f ${TARFILE_TMP} \
bin etc tests