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:
Andreas Köhler 2006-09-13 17:11:12 +00:00
parent b51a9207dd
commit 9c9440f30b

View File

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