diff options
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index ba87131ca..d3303aed7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,7 @@ PKG_NAME="epiphany" } which gnome-autogen.sh || { - echo "You need to install gnome-common from GNOME SVN and make" + echo "You need to install gnome-common from GNOME git and make" echo "sure the gnome-autogen.sh script is in your \$PATH." exit 1 } |