From 5f453f1cdec8bc2c4174878fdd818b5e9ad13505 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 7 Feb 2013 16:02:39 +0000 Subject: abuild: use REPODEST as abuildrepo if specified This has the nice effect that we get the index automatically built for our REPODEST. Discussion here: http://lists.alpinelinux.org/alpine-devel/0249.html --- abuild.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'abuild.in') diff --git a/abuild.in b/abuild.in index a7a993d..93a7db1 100755 --- a/abuild.in +++ b/abuild.in @@ -1127,6 +1127,7 @@ clean_abuildrepo() { } mklinks_abuildrepo() { + [ -n "$REPODEST" ] && return 0 local apk mkdir -p "$abuildrepo"/$CARCH cd "$abuildrepo" || return 1 @@ -1804,7 +1805,6 @@ pkgbasedir=${pkgbasedir:-"$startdir/pkg"} pkgrel=0 repo=${startdir%/*} repo=${repo##*/} -abuildrepo="$abuildrepo_base"/$repo SRCDEST=${SRCDEST:-$startdir} PKGDEST=${PKGDEST:-$startdir} @@ -1817,6 +1817,9 @@ if [ -n "$REPODEST" ]; then PKGDEST="$REPODEST/$repo/$CARCH" # for recursive action export REPODEST + abuildrepo="$REPODEST"/$repo +else + abuildrepo="$abuildrepo_base"/$repo fi # if we want build debug package -- cgit v1.2.3-60-g2f50