commit faaf49712edfe217d617bebd323e54a4576e3150
Author: Jacek Konieczny <[email protected]>
Date: Thu Mar 13 14:20:22 2014 +0100
ejabberd-pack_deps.sh: fix the 'configure' test
ejabberd-pack_deps.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ejabberd-pack_deps.sh b/ejabberd-pack_deps.sh
index dc369fa..cbbea5d 100755
--- a/ejabberd-pack_deps.sh
+++ b/ejabberd-pack_deps.sh
@@ -8,7 +8,7 @@ if [ "$(basename $current_dir)" != "deps" ] \
exit 1
fi
-if [ -e ../config.status ] ; then
+if [ ! -e ../config.status ] ; then
echo "You should first run ./configure with all wanted options."
exit 1
fi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ejabberd.git/commitdiff/5e08a6fd13168147559b831b3d0f9d50e6a098c7
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit