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.
This commit is contained in:
Curtis Gedak 2013-05-27 13:27:16 -06:00 committed by Mike Fleetwood
parent ce8a34715a
commit 50d2ac8027

View file

@ -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