You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wine-mono/wine-mono-crlf.patch

12 lines
407 B

5 years ago
--- a/tools/build-msi-tables.sh 2020-04-10 11:06:24.000000000 -0500
+++ b/tools/build-msi-tables.sh 2020-04-27 10:03:20.835241179 -0500
@@ -7,7 +7,7 @@
3 years ago
mkdir -p "${TABLEDIR}"
cp "${TABLESRCDIR}"/*.idt "${TABLEDIR}"
5 years ago
-IMAGECABWINPATH=`${WINE} winepath -w "${CABFILENAME}"`
+IMAGECABWINPATH=`${WINE} winepath -w "${CABFILENAME}" | dos2unix`
3 years ago
CONTENTDIR="${TABLEDIR}/cab_contents"
rm -rf "${CONTENTDIR}"