From b5de7169a6a387cfb73649231244fbca7b1d5452 Mon Sep 17 00:00:00 2001 From: Matthias Ruester Date: Fri, 9 Dec 2011 11:23:06 +0100 Subject: [PATCH] bee-install: update call of bee-dep --- src/bee-install.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bee-install.sh.in b/src/bee-install.sh.in index 5ab420e..1588382 100755 --- a/src/bee-install.sh.in +++ b/src/bee-install.sh.in @@ -286,7 +286,7 @@ do_install() { if [ "${OPT_NOOP}" != "yes" ]; then run_hooks post-install ${pkg} - ${BEE_LIBEXECDIR}/bee/bee.d/bee-dep --update ${pkg} + ${BEE_LIBEXECDIR}/bee/bee.d/bee-dep update ${pkg} fi if [ "${OPT_UPGRADE}" != "yes" ] ; then