lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 1996db9: Use "Z:" instead of "C:" for wine


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1996db9: Use "Z:" instead of "C:" for wine
Date: Tue, 18 Oct 2016 19:26:02 +0000 (UTC)

branch: master
commit 1996db9c4519d647b72ba8e0c9653e99f8792247
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Use "Z:" instead of "C:" for wine
---
 install_msw.sh |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/install_msw.sh b/install_msw.sh
index 788b533..ac64224 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -216,6 +216,13 @@ cat >/opt/lmi/data/configurable_settings.xml <<EOF
 </configurable_settings>
 EOF
 
+# Use "Z:" instead of "C:" for wine.
+
+if [ "CYGWIN" != "$platform" ]
+then
+    sed -i /opt/lmi/data/configurable_settings.xml -e's/C:/Z:/g'
+fi
+
 stamp1=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
 echo "Finished: $stamp1"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]