diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-22 09:08:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-22 09:08:50 +0000 |
commit | 200eb22b52f6775b9a7ba69ca86c5d045fc9788c (patch) | |
tree | 478896c9ca525fc18d999711c4984f722a828051 /abuild.conf | |
parent | df4dd0e6889b2f486f40c379c7175287926cd8a1 (diff) | |
download | abuild-200eb22b52f6775b9a7ba69ca86c5d045fc9788c.tar.bz2 abuild-200eb22b52f6775b9a7ba69ca86c5d045fc9788c.tar.xz |
abuild: added REPODEST
This will let user specify a directory where the repositories are.
Setting REPODEST will override PKGDEST.
Diffstat (limited to 'abuild.conf')
-rw-r--r-- | abuild.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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/ |