From 9c9440f30bb041f6a441967d39adcf096c049fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Wed, 13 Sep 2006 17:11:12 +0000 Subject: [PATCH] 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 --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index b62c589b50..e14c5cf0c4 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -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