Work on --from-source
This commit is contained in:
@@ -472,7 +472,7 @@ fromSource() {
|
||||
if [[ ${P_ARR['release']} == "snapshot" ]]; then
|
||||
git checkout master
|
||||
else
|
||||
git checkout "${P_ARR[release]}"
|
||||
git checkout "v${P_ARR[release]}"
|
||||
fi
|
||||
|
||||
./scripts/feeds update -a
|
||||
|
||||
Reference in New Issue
Block a user