diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-22 09:35:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-02-22 09:35:19 +0000 |
commit | b1b093180f2795c5802f12ee36b6f619e725b0cd (patch) | |
tree | 36e9ac8540a94ab4b5bb9bbbf127510808fca86d | |
parent | d0e15dd5b60e76e30f42f0f9061fcce9f5a6d5a3 (diff) | |
download | abuild-b1b093180f2795c5802f12ee36b6f619e725b0cd.tar.gz abuild-b1b093180f2795c5802f12ee36b6f619e725b0cd.tar.bz2 abuild-b1b093180f2795c5802f12ee36b6f619e725b0cd.tar.xz abuild-b1b093180f2795c5802f12ee36b6f619e725b0cd.zip |
buildrepo: set REPODEST when running abuild
fixes regression
-rwxr-xr-x | buildrepo.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrepo.in b/buildrepo.in index 23cc61e..1f218cc 100755 --- a/buildrepo.in +++ b/buildrepo.in @@ -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 |