Skip to content
Snippets Groups Projects
Commit a8cf35b3 authored by Natanael Copa's avatar Natanael Copa
Browse files

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

parent 44247711
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ VERSION := 1.15 ...@@ -5,7 +5,7 @@ VERSION := 1.15
prefix ?= /usr prefix ?= /usr
sysconfdir ?= /etc sysconfdir ?= /etc
datadir ?= $(prefix)/share/$(PACKAGE) datadir ?= $(prefix)/share/$(PACKAGE)
apkcache ?= /var/cache/abuild/apks apkcache ?= ~/.cache/apks
USR_BIN_FILES := abuild devbuild mkalpine buildrepo USR_BIN_FILES := abuild devbuild mkalpine buildrepo
SAMPLES := sample.APKBUILD sample.initd sample.confd \ SAMPLES := sample.APKBUILD sample.initd sample.confd \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment