From e256fdbfc6802cdd0880f5c0e2461da2ef601269 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 7 Sep 2006 18:31:38 +0000 Subject: [PATCH] No need to remove files during win32 install git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14820 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 5b1c3dc37e..e79a4f1909 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -719,7 +719,6 @@ function inst_gnucash() { # Remove the dependency_libs line from the installed .la files # because otherwise loading the modules literally takes hours. for A in *.la; do grep -v dependency_libs $A > tmp ; mv tmp $A; done - find . -name '*.a' -exec rm '{}' ';' qpopd # Create a startup script that works without the msys shell