diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |