summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@novell.com>2010-02-16 20:21:25 +0100
committerVincent Untz <vuntz@novell.com>2010-02-16 20:21:25 +0100
commit826d963d212073935aad5459662695512d2a07b4 (patch)
tree148ac3d44cdb797f7b8abca58d5cad8c449ab498
parent4691af850ab9051c792dffc670159492ba5e0371 (diff)
Improve error string in autogen.sh
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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
}