From ddf3d9d7974e8aa193fe7887806d9e6e8c148565 Mon Sep 17 00:00:00 2001 From: Richard Brown Date: Tue, 1 May 2007 20:37:03 +0000 Subject: Chage message svn path=/; revision=16 --- dev-lang/ruby/ruby-1.8.6-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-lang/ruby/ruby-1.8.6-r2.ebuild b/dev-lang/ruby/ruby-1.8.6-r2.ebuild index 6ab1e15..53a0461 100644 --- a/dev-lang/ruby/ruby-1.8.6-r2.ebuild +++ b/dev-lang/ruby/ruby-1.8.6-r2.ebuild @@ -108,9 +108,10 @@ src_test() { elog "that cannot be run until after ruby has been installed." elog if use rubytests; then - elog "You have enabled rubytests, so they will be installed to " - elog "/usr/share/ruby/test. To use them they must be writeable and " - elog "you must not be running as root. Call:" + elog "You have enabled rubytests, so they will be installed to" + elog "/usr/share/ruby/test. To run them you must be a user other" + elog "than root, and you must place them into a writeable directory." + elog "Then call: " elog elog "ruby -C /location/of/tests runner.rb" else -- cgit v1.2.3-65-gdbad