lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master e4080ab 1/2: Use a distinctive name for a 64-


From: Greg Chicares
Subject: [lmi-commits] [lmi] master e4080ab 1/2: Use a distinctive name for a 64-bit cygwin installation
Date: Tue, 30 Apr 2019 13:51:18 -0400 (EDT)

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

    Use a distinctive name for a 64-bit cygwin installation
---
 install_cygwin.bat | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/install_cygwin.bat b/install_cygwin.bat
index cceb4da..b48dafd 100644
--- a/install_cygwin.bat
+++ b/install_cygwin.bat
@@ -23,17 +23,17 @@
 
 @REM Install Cygwin. See file 'INSTALL'.
 
-IF EXIST C:\cygwin\NUL     GOTO FoundOldInstallation
-IF EXIST C:\cygwin-lmi\NUL GOTO FoundOldInstallation
+IF EXIST C:\cygwin\NUL       GOTO FoundOldInstallation
+IF EXIST C:\cygwin64_lmi\NUL GOTO FoundOldInstallation
 
 C:
 cd C:\cache_for_lmi
 START "Installing Cygwin" /WAIT setup-x86_64 ^
   --wait --quiet-mode ^
   --site http://mirrors.kernel.org/sourceware/cygwin/ ^
-  --root C:/cygwin-lmi --packages ^
+  --root C:/cygwin64_lmi --packages ^
    
"autoconf,automake,bsdtar,dos2unix,doxygen,gdb,git,libtool,make,openssh,patch,pkg-config,rsync,unzip,wget,zip,zsh"
-cd C:\cygwin-lmi\etc
+cd C:\cygwin64_lmi\etc
 echo # >> fstab
 echo C:/opt/lmi/MinGW-8_1_0 /MinGW_        lmi_specific binary,user 0 0 >> 
fstab
 echo C:/opt/lmi             /opt/lmi       lmi_specific binary,user 0 0 >> 
fstab



reply via email to

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