diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-11 17:19:36 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-11 17:19:36 +0100 |
commit | 098d70435f1e9afc77cfb719af515f48bcd7910e (patch) | |
tree | c559707c492fe7f7ff292c4d167e25d328b66ca4 /autogen.sh | |
parent | 6de96f515e5122ec2ba42fd07bac4e99f0c2db79 (diff) | |
download | mate-sensors-applet-098d70435f1e9afc77cfb719af515f48bcd7910e.tar.bz2 mate-sensors-applet-098d70435f1e9afc77cfb719af515f48bcd7910e.tar.xz |
update 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-sensors-applet" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -21,4 +21,4 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh +. mate-autogen |