diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-01 02:09:28 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-01 02:09:28 -0700 |
commit | 472e1e834bc1033c1ec8f0f88250460e138fbf35 (patch) | |
tree | c4967b90002a8e0ef102b26e07b07bf7d1420b6f /autogen.sh | |
parent | 95ebd69d2966d331d6e294c8f09fa8b5bf0862ee (diff) | |
parent | f03a750b9d654d43bb582991e40b66f6bbde6341 (diff) | |
download | engrampa-472e1e834bc1033c1ec8f0f88250460e138fbf35.tar.bz2 engrampa-472e1e834bc1033c1ec8f0f88250460e138fbf35.tar.xz |
Merge pull request #23 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
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-file-archiver" } 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 } |