[gnome-games] Update error messages



commit 80346ffbdf359304316e87a2923e04b1c6b1bba1
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Nov 11 18:33:39 2010 +0100

    Update error messages

 autogen.sh |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index fa9ea21..3ecd351 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -10,12 +10,13 @@ PKG_NAME="Gnome Games"
   && test -d $srcdir/gnomine \
   && test -d $srcdir/swell-foop) || {
     echo -n "**Error**: Directory \"\`$srcdir\'\" does not look like the"
-    echo " top-level gnome directory"
+    echo " top-level $PKG_NAME directory"
     exit 1
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common from GNOME git (or from"
+    echo "your OS vendor's package manager)."
     exit 1
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]