diff options
author | infirit <[email protected]> | 2014-02-10 02:31:30 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-10 02:42:27 +0100 |
commit | c0f0c63c670d799dee4fa7577083d0cbace56db4 (patch) | |
tree | fa3edce229ba7d43918a350d12b584ed3dbefc2a /autogen.sh | |
parent | 954a44d6d56f54880ad91f0ed9ba1fd34fb14b10 (diff) | |
download | mate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.bz2 mate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.xz |
Restore user-guide and port to yelp
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -13,7 +13,12 @@ PKG_NAME="mate-user-share" } which mate-autogen || { - echo "You need to install mate-common from the MATE Git" + echo "You need to install mate-common" + exit 1 +} + +which yelp-build || { + echo "You need to install yelp-tools" exit 1 } |