2001-07-02 Dave Peticolas <dave@krondo.com>

* src/scm/bootstrap.scm.in: instead of the scheme command,
	just tell the user to run gnucash once as root.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4848 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-07-02 21:28:34 +00:00
parent a6dfad504c
commit a42e36e0c9
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2001-07-02 Dave Peticolas <dave@krondo.com>
* src/scm/bootstrap.scm.in: instead of the scheme command,
just tell the user to run gnucash once as root.
2001-07-01 Dave Peticolas <dave@krondo.com>
* src/gnc-ui-util.[ch]: implement towupper and iswlower

View File

@ -29,10 +29,7 @@
(display "a symbolic link named 'slib' from the guile directory\n")
(display "(usually /usr/share/guile) to the directory where slib\n")
(display "is installed.\n\n")
(display "You may also need to run the following command as root:")
(newline)
(newline)
(display " guile -c \"(use-modules (ice-9 slib)) (require 'new-catalog)\"")
(display "You may also need to run GnuCash once as root.")
(newline)
(newline))