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
This commit is contained in:
Christian Stimming 2006-09-07 18:31:38 +00:00
parent b5a0ce15a4
commit e256fdbfc6

View File

@ -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