Makefile: use ~/.cache/apks as default apk cache
This commit is contained in:
parent
44247711a4
commit
a8cf35b3ea
2
Makefile
2
Makefile
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user