mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace 'MS-DOS by 'ms-dos as software-type in guile.init (slib).
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14842 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
b51a9207dd
commit
9c9440f30b
@ -317,7 +317,7 @@ function inst_guile() {
|
||||
unzip $DOWNLOAD_DIR/slib*.zip -d $_SLIB_DIR
|
||||
qpushd $_SLIB_DIR/slib
|
||||
cp guile.init guile.init.bak
|
||||
echo "(define software-type (lambda () 'MS-DOS))" >> guile.init
|
||||
echo "(define software-type (lambda () 'ms-dos))" >> guile.init
|
||||
qpopd
|
||||
fi
|
||||
add_to_env "-I $_GUILE_UDIR/share/aclocal" ACLOCAL_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user