From 0b694f0d10220676b07d041e0088885769780f16 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 11 Mar 2012 20:28:11 +0100 Subject: update for 1.2 release and fix executable bits --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 7ef08da7..d87934d0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ PKG_NAME="mate-text-editor" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -22,5 +22,5 @@ REQUIRED_MACROS=python.m4 MATE_DATADIR="$mate_datadir" USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen -- cgit v1.2.1