Makefile: use ~/.cache/apks as default apk cache

This commit is contained in:
Natanael Copa 2009-06-03 21:32:18 +00:00
parent 44247711a4
commit a8cf35b3ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 \