From 7147ea499581b17738a31207bc0e3af36f675574 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Wed, 7 Mar 2012 22:25:48 +0100 Subject: update to 1.2 --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index b0e41df..17680e0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ PKG_NAME="mate-screensaver" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -20,5 +20,5 @@ which mate-autogen.sh || { REQUIRED_AUTOMAKE_VERSION=1.9 MATE_DATADIR="$mate_datadir" -. mate-autogen.sh +. mate-autogen -- cgit v1.2.1