Skip to content
Snippets Groups Projects
Commit b1b09318 authored by Natanael Copa's avatar Natanael Copa
Browse files

buildrepo: set REPODEST when running abuild

fixes regression
parent d0e15dd5
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,7 @@ do_build() { ...@@ -93,6 +93,7 @@ do_build() {
cd "$aportsdir/$repo" || return 0 cd "$aportsdir/$repo" || return 0
local needbuild="$(list_needbuild $repo)" local needbuild="$(list_needbuild $repo)"
export REPODEST="$repodir"
# build the postponed packages if any # build the postponed packages if any
if [ -n "$needbuild" ]; then if [ -n "$needbuild" ]; then
for i in $needbuild; do for i in $needbuild; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment