From 62d6d15ee9e891695c3b05ed86ebaa249ec46b21 Mon Sep 17 00:00:00 2001 From: AdrieanKhisbe Date: Sat, 30 Sep 2017 02:11:57 +0200 Subject: [PATCH] checkout the right version in the cloned repository during install --- lib/install/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/install/install.sh b/lib/install/install.sh index a6a5c638..6bed94d6 100755 --- a/lib/install/install.sh +++ b/lib/install/install.sh @@ -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}")