diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-14 15:00:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-14 15:00:57 +0100 |
commit | 285e040fd7ba4bedc25054790b4de9eb0fcb6410 (patch) | |
tree | 706f0c11f95d201870e9677c189b6510143d8f38 /autogen.sh | |
parent | 252ecc3b07c71bebb2d442ef1fd518a25998227c (diff) | |
download | mate-power-manager-285e040fd7ba4bedc25054790b4de9eb0fcb6410.tar.bz2 mate-power-manager-285e040fd7ba4bedc25054790b4de9eb0fcb6410.tar.xz |
update for 1.2mate-power-manager-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="mate-power-manager" 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 |