mirror of https://gitee.com/bigwinds/arangodb
fix missing quote
This commit is contained in:
parent
249c960b89
commit
825391686d
|
@ -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} \
|
||||
|
|
Loading…
Reference in New Issue