buildscript: fix/improve prepare step #103

Closed
adschm wants to merge 3 commits from adschm:buildscript into master
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 8aad142794 - Show all commits

View File

@ -140,10 +140,6 @@ prepare() {
# exists in builddir.
apply_variant
#saves ~200MB for each build
test -d ./src/dl || mkdir ./src/dl
ln -s ../src/dl "$builddir"/dl
update_feeds
}