diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-14 13:02:54 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-14 13:02:54 +0100 |
commit | e079b9501ac0071b2393297b14719f9c5fe28c6a (patch) | |
tree | 06d8f244ae83145099c456e9087b245f3bba9fe9 /autogen.sh | |
parent | 8573fc15fe9b2d235d2454e1bdb8de7bd302dca0 (diff) | |
download | python-caja-e079b9501ac0071b2393297b14719f9c5fe28c6a.tar.bz2 python-caja-e079b9501ac0071b2393297b14719f9c5fe28c6a.tar.xz |
update for 1.2 releasepython-caja-1.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PKG_NAME="python-caja" 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 |