r14820 - gnucash/trunk/packaging/win32 - No need to remove files during win32 install

Christian Stimming cstim at cvs.gnucash.org
Thu Sep 7 14:31:39 EDT 2006


Author: cstim
Date: 2006-09-07 14:31:38 -0400 (Thu, 07 Sep 2006)
New Revision: 14820
Trac: http://svn.gnucash.org/trac/changeset/14820

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
No need to remove files during win32 install

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-09-07 16:32:10 UTC (rev 14819)
+++ gnucash/trunk/packaging/win32/install.sh	2006-09-07 18:31:38 UTC (rev 14820)
@@ -719,7 +719,6 @@
     # 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



More information about the gnucash-changes mailing list