1
0
Fork 0

fix missing quote

This commit is contained in:
Wilfried Goesgens 2016-10-21 10:47:30 +02:00
parent 249c960b89
commit 825391686d
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,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-z]*):;/cygdrive/\1;`
SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt |sed -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;" -e "s;([a-z]*):;/cygdrive/\1;"`
cp ${SSLDIR}/*.dll bin
fi
tar -u -f ${TARFILE_TMP} \