summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-03 21:32:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-03 21:32:18 +0000
commita8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9 (patch)
tree440db3b1a00b6bdbbd0a6f20bb6fc7eb59662dc4 /Makefile
parent44247711a40c057685c144d2ff71318684cacdee (diff)
downloadabuild-a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9.tar.bz2
abuild-a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9.tar.xz
Makefile: use ~/.cache/apks as default apk cache
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb0a2b0..a749cc4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ VERSION := 1.15
prefix ?= /usr
sysconfdir ?= /etc
datadir ?= $(prefix)/share/$(PACKAGE)
-apkcache ?= /var/cache/abuild/apks
+apkcache ?= ~/.cache/apks
USR_BIN_FILES := abuild devbuild mkalpine buildrepo
SAMPLES := sample.APKBUILD sample.initd sample.confd \