Work on --from-source

This commit is contained in:
2023-01-11 16:15:53 -05:00
parent 08601a3284
commit 64081a1dda

View File

@@ -472,7 +472,7 @@ fromSource() {
if [[ ${P_ARR['release']} == "snapshot" ]]; then if [[ ${P_ARR['release']} == "snapshot" ]]; then
git checkout master git checkout master
else else
git checkout "${P_ARR[release]}" git checkout "v${P_ARR[release]}"
fi fi
./scripts/feeds update -a ./scripts/feeds update -a