mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
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…
Reference in New Issue
Block a user