r14842 - gnucash/trunk/packaging/win32 - Replace 'MS-DOS by 'ms-dos as software-type in guile.init (slib).

Andreas Köhler andi5 at cvs.gnucash.org
Wed Sep 13 13:11:13 EDT 2006


Author: andi5
Date: 2006-09-13 13:11:12 -0400 (Wed, 13 Sep 2006)
New Revision: 14842
Trac: http://svn.gnucash.org/trac/changeset/14842

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Replace 'MS-DOS by 'ms-dos as software-type in guile.init (slib).


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-09-13 14:22:54 UTC (rev 14841)
+++ gnucash/trunk/packaging/win32/install.sh	2006-09-13 17:11:12 UTC (rev 14842)
@@ -317,7 +317,7 @@
 	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



More information about the gnucash-changes mailing list