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
zzzoldfeatures/remove-group2
Christian Stimming 20 years ago
parent b5a0ce15a4
commit e256fdbfc6

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

Loading…
Cancel
Save