Skip to content

Commit

Permalink
bee-install: always generate dependency file after pkg installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Nov 16, 2011
1 parent 2d17311 commit 29cb8b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/bee-install.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 29cb8b5

Please sign in to comment.