From 200eb22b52f6775b9a7ba69ca86c5d045fc9788c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 22 Jan 2009 09:08:50 +0000 Subject: abuild: added REPODEST This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST. --- abuild.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'abuild.conf') diff --git a/abuild.conf b/abuild.conf index 1e9bed0..428978f 100644 --- a/abuild.conf +++ b/abuild.conf @@ -15,4 +15,6 @@ USE_COLORS=1 #SRCDEST=/var/cache/distfiles # uncomment line below to store built packages in other location -#PKGDEST=/var/lib/packages +# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk +# where $repo is the name of the parent directory of $startdir. +#REPODEST=/var/lib/packages/ -- cgit v1.2.3