mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 15:02:59 +00:00
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user