[gparted] Remove GNOME SVN from message text



commit 50d2ac80279a76ecf6d630e0de7184ca9d54af9a
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon May 27 13:27:16 2013 -0600

    Remove GNOME SVN from message text
    
    GNOME is now managed under git revision control (not SVN).
    Also missing dependencies can be installed in many ways.

 autogen.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 95482da..a64577d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ test -z "$srcdir" && srcdir=.
 PKG_NAME="gparted"
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME SVN"
+    echo "You need to install gnome-common"
     exit 1
 }
 
@@ -30,7 +30,7 @@ GDUMAKE="gnome-doc-utils.make"
 GDUMAKEFULLPATH=`locate $GDUMAKE | grep -m 1 "gnome-doc-utils/"`
 if test "x${GDUMAKEFULLPATH}" = "x" ; then 
        echo "Cannot find file: $GDUMAKE"
-       echo "You need to install gnome-doc-utils from the GNOME SVN"
+       echo "You need to install gnome-doc-utils"
        exit 1
 fi
 # Ensure a copy of gnome-doc-utils.make exists in the top source directory


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