[packages/ejabberd] ejabberd-pack_deps.sh: fix the 'configure' test

jajcus jajcus at pld-linux.org
Thu Mar 13 14:39:56 CET 2014


commit faaf49712edfe217d617bebd323e54a4576e3150
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
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



More information about the pld-cvs-commit mailing list