diff options
author | Steve Zesch <[email protected]> | 2012-02-22 21:16:34 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-02-22 21:16:34 -0500 |
commit | 853c0d3f6c79eb5dfc6130ffde4d345f66ec51d4 (patch) | |
tree | 43b651c942055c23176299df514973b8b0c08c33 /autogen.sh | |
parent | f3100ba42ca406a33d5019a5527b08871e58cd90 (diff) | |
download | caja-853c0d3f6c79eb5dfc6130ffde4d345f66ec51d4.tar.bz2 caja-853c0d3f6c79eb5dfc6130ffde4d345f66ec51d4.tar.xz |
Preparing for 1.2 release
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PKG_NAME="mate-file-manager" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -21,5 +21,5 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen |