From d4dc045db7fc2be74d1bc822facfbf23709d6335 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 11 Jan 2012 21:48:43 +0000 Subject: [PATCH] [Win32 build] Disable git.exe package again, as it might collide with DLLs. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21847 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index a3fd7a1ca3..be68daeb2a 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -83,7 +83,7 @@ add_step inst_gnome add_step inst_guile if [ "$CROSS_COMPILE" != "yes" ]; then add_step inst_svn - add_step inst_git +# add_step inst_git fi add_step inst_gnutls add_step inst_libxslt