[gnome-keyring] autogen.sh: Change CVS to Git in error message



commit 804eab1f3653f655f14a626eddfd3a6bac3a4049
Author: Johannes Löthberg <johannes kyriasis com>
Date:   Sun May 18 20:05:21 2014 +0200

    autogen.sh: Change CVS to Git in error message
    
    GNOME has migrated to Git, so the error message should no longer refer
    to the GNOME CVS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730340

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 3ea3502..6ac30e3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ test -z "$srcdir" && srcdir=.
 }
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common from the GNOME Git"
     exit 1
 }
 


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