From 826d963d212073935aad5459662695512d2a07b4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 16 Feb 2010 20:21:25 +0100 Subject: Improve error string in autogen.sh --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 313bcf5..fa74149 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,7 +15,7 @@ PKG_NAME="CUPS PolicyKit helper" which gnome-autogen.sh || { - echo "You need to install gnome-common from the GNOME SVN" + echo "You need to install gnome-common from a package or from GNOME git." exit 1 } -- cgit v1.2.3