buildrepo: set REPODEST when running abuild

fixes regression
This commit is contained in:
Natanael Copa 2013-02-22 09:35:19 +00:00
parent d0e15dd5b6
commit b1b093180f
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ do_build() {
cd "$aportsdir/$repo" || return 0
local needbuild="$(list_needbuild $repo)"
export REPODEST="$repodir"
# build the postponed packages if any
if [ -n "$needbuild" ]; then
for i in $needbuild; do