diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-03 21:32:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-06-03 21:32:18 +0000 |
commit | a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9 (patch) | |
tree | 440db3b1a00b6bdbbd0a6f20bb6fc7eb59662dc4 /Makefile | |
parent | 44247711a40c057685c144d2ff71318684cacdee (diff) | |
download | abuild-a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9.tar.gz abuild-a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9.tar.bz2 abuild-a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9.tar.xz abuild-a8cf35b3ea876a7c7d2f2aacc1dd9d6cfda0f2e9.zip |
Makefile: use ~/.cache/apks as default apk cache
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 \ |