diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-29 23:20:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-29 23:20:33 +0100 |
commit | 57923befd804306ffc51c897e74449cbb62dd669 (patch) | |
tree | c6673b4b70bb441bbc8029912671cc17b2e7afb2 | |
parent | cdabbca548fbe1d695b698c9b419a21188247553 (diff) | |
download | mate-panel-57923befd804306ffc51c897e74449cbb62dd669.tar.bz2 mate-panel-57923befd804306ffc51c897e74449cbb62dd669.tar.xz |
fix mate-autogen renamemate-panel-1.2.0
-rwxr-xr-x | autogen.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,7 +12,7 @@ PKG_NAME="mate-panel" 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,4 @@ REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes -. mate-autogen.sh - +. mate-autogen |