diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-03 11:24:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-03 11:24:29 +0000 |
commit | 9d616a1346f27da8e2173021b08dc846dce69907 (patch) | |
tree | 2cc86965b86173b1caebff63e01e644da403d787 /abuild.in | |
parent | bdc6182749c440ce228e5270c4c5dd76d6c30fb0 (diff) | |
download | abuild-9d616a1346f27da8e2173021b08dc846dce69907.tar.gz abuild-9d616a1346f27da8e2173021b08dc846dce69907.tar.bz2 abuild-9d616a1346f27da8e2173021b08dc846dce69907.tar.xz abuild-9d616a1346f27da8e2173021b08dc846dce69907.zip |
abuild: add configurable apk cache
Diffstat (limited to 'abuild.in')
-rwxr-xr-x | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,7 @@ abuild_ver=@VERSION@ sysconfdir=@sysconfdir@ +abuildrepo=@apkcache@ startdir="$PWD" srcdir=${srcdir:-"$startdir/src"} @@ -17,7 +18,6 @@ pkgbasedir=${pkgbasedir:-"$startdir/pkg"} pkgrel=0 repo=${startdir%/*} repo=${repo##*/} -abuildrepo=/var/cache/abuild/apks # defaults SRCDEST=${SRCDEST:-$startdir} |