[packages/ejabberd] More helpful messages in ejabberd-pack_deps.sh

jajcus jajcus at pld-linux.org
Thu Nov 14 22:48:04 CET 2013


commit be8e8142f6b898c10ce5d50725714767fcf6ffea
Author: Jacek Konieczny <jajcus at jajcus.net>
Date:   Thu Nov 14 20:19:11 2013 +0100

    More helpful messages in ejabberd-pack_deps.sh

 ejabberd-pack_deps.sh | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/ejabberd-pack_deps.sh b/ejabberd-pack_deps.sh
index 3b165ac..dc369fa 100755
--- a/ejabberd-pack_deps.sh
+++ b/ejabberd-pack_deps.sh
@@ -8,6 +8,11 @@ if [ "$(basename $current_dir)" != "deps" ] \
 	exit 1
 fi
 
+if [ -e ../config.status ] ; then
+	echo "You should first run ./configure with all wanted options."
+	exit 1
+fi
+
 rm -f .got || :
 for dir in * ; do
 	[ -d "$dir" ] || continue
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ejabberd.git/commitdiff/9a6073b0a82f0356c3c97a4ecaf387361b0a22b8



More information about the pld-cvs-commit mailing list