buildrepo: set REPODEST when running abuild
fixes regression
This commit is contained in:
parent
d0e15dd5b6
commit
b1b093180f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue