checkout the right version in the cloned repository during install

pull/93/head
AdrieanKhisbe 7 years ago committed by Joseph Werle
parent 9bbe98c624
commit 62d6d15ee9

@ -393,6 +393,7 @@ bpkg_install_from_remote () {
(
## move into directory
cd "${name}-${version}" &&
git checkout ${version} &&
## build
info "Performing install: \`${build}'"
build_output=$(eval "${build}")

Loading…
Cancel
Save