mirror of https://gitee.com/bigwinds/arangodb
fix the linebreaks the wintendo uses
This commit is contained in:
parent
7400f7f339
commit
b4d125dcc2
|
@ -617,7 +617,7 @@ if test -n "${TARGET_DIR}"; then
|
|||
else
|
||||
# we re-use a generic cpack tarball:
|
||||
${PACKAGE_MAKE} TGZ_package
|
||||
PKG_NAME=`grep CPACK_PACKAGE_FILE_NAME CPackConfig.cmake |sed -e 's;".$;;' -e 's;.*";;'`
|
||||
PKG_NAME=`grep CPACK_PACKAGE_FILE_NAME CPackConfig.cmake | sed 's/\r//' |sed -e 's;".$;;' -e 's;.*";;'`
|
||||
|
||||
|
||||
TARFILE=arangodb-`uname`${TAR_SUFFIX}.tar.gz
|
||||
|
@ -647,7 +647,7 @@ if test -n "${TARGET_DIR}"; then
|
|||
fi
|
||||
|
||||
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;"`
|
||||
SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt | sed 's/\r//' |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/${BUILD_CONFIG}
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue