Skip to content

Commit

Permalink
bee-install: fix call of bee-check
Browse files Browse the repository at this point in the history
do not call bee-check if option --noop was given
  • Loading branch information
Matthias Ruester committed Jan 26, 2012
1 parent 2ff9a3a commit 768d12e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,8 @@ do_install() {
--transform="s,^DEPENDENCIES$,${BEE_METADIR}/${pkg}/DEPENDENCIES," \
--show-transformed-names

${BEE_LIBEXECDIR}/bee/bee.d/bee-check -d ${pkg} > ${BEE_METADIR}/${pkg}/DEPENDENCIES

if [ "${OPT_NOOP}" != "yes" ]; then
${BEE_LIBEXECDIR}/bee/bee.d/bee-check -d ${pkg} > ${BEE_METADIR}/${pkg}/DEPENDENCIES
run_hooks post-install ${pkg}
${BEE_LIBEXECDIR}/bee/bee.d/bee-dep update ${pkg}
fi
Expand Down

0 comments on commit 768d12e

Please sign in to comment.