From a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 3 Jun 2009 21:32:18 +0000 Subject: [PATCH] Makefile: use ~/.cache/apks as default apk cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \