From 29cb8b55c69b0ccde77e8405052404fc157b5756 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Wed, 16 Nov 2011 14:21:22 +0100 Subject: [PATCH] bee-install: always generate dependency file after pkg installation --- src/bee-install.sh.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bee-install.sh.in b/src/bee-install.sh.in index 5e82af1..5ab420e 100755 --- a/src/bee-install.sh.in +++ b/src/bee-install.sh.in @@ -282,9 +282,7 @@ do_install() { --transform="s,^DEPENDENCIES$,${BEE_METADIR}/${pkg}/DEPENDENCIES," \ --show-transformed-names - if [ ! -f "${BEE_METADIR}/${pkg}/DEPENDENCIES" ] ; then - ${BEE_LIBEXECDIR}/bee/bee.d/bee-check -d ${pkg} > ${BEE_METADIR}/${pkg}/DEPENDENCIES - fi + ${BEE_LIBEXECDIR}/bee/bee.d/bee-check -d ${pkg} > ${BEE_METADIR}/${pkg}/DEPENDENCIES if [ "${OPT_NOOP}" != "yes" ]; then run_hooks post-install ${pkg}