diff options
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/ |