Skip to content

Commit

Permalink
beesh: fix installation after build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Dreyer committed May 22, 2012
1 parent 43202dc commit aaa7f6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/beesh.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,8 @@ echo


if [ "${OPT_INSTALL}" = "yes" ] ; then
config_export

print_info "installing ${PKGALLPKG} .."
bee install ${OPT_FORCE:+-f} ${OPT_UPDATE:+-u} ${BEE_PKGDIR}/${PKGALLPKG}.bee.tar.bz2
${BEE_LIBEXECDIR}/bee/bee.d/bee-install ${OPT_FORCE:+-f} ${OPT_UPDATE:+-u} ${BEE_PKGDIR}/${PKGALLPKG}.bee.tar.bz2
fi

0 comments on commit aaa7f6a

Please sign in to comment.