lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master ffd762d 2/5: Explicitly specify the proxy wxW


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ffd762d 2/5: Explicitly specify the proxy wxWidgets Git repository name
Date: Tue, 17 Apr 2018 13:02:40 -0400 (EDT)

branch: master
commit ffd762dd1f4c17abaaa60688744f73a2f0a948d4
Author: Vadim Zeitlin <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Explicitly specify the proxy wxWidgets Git repository name
    
    When remote_host_url has a non-default value, it may not end with
    "wxWidgets" or "wxWidgets.git" and in this case the directory created by
    git-clone wouldn't have the right name.
    
    Specify it explicitly to ensure that it is always named as expected.
---
 install_wx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_wx.sh b/install_wx.sh
index 5e82af7..3633d9d 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -59,7 +59,7 @@ proxy_wx_dir="$proxy_parent_dir"/wxWidgets
 if [ ! -d "$proxy_wx_dir" ]
 then
     cd "$proxy_parent_dir"
-    git clone "$coefficiency" --recurse-submodules "$remote_host_url"
+    git clone "$coefficiency" --recurse-submodules "$remote_host_url" wxWidgets
 fi
 
 cd "$proxy_wx_dir"



reply via email to

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