From ed0613addae202ec9988a66f3bf27b13947685a8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 6 May 2010 07:58:44 +0000 Subject: abuild: rename apkcache to abuildrepo To avoid confusing with the /etc/apk/cache --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9668ca9..904241e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION := 2.2 prefix ?= /usr sysconfdir ?= /etc datadir ?= $(prefix)/share/$(PACKAGE) -apkcache ?= ~/.cache/apks +abuildrepo ?= ~/.cache/apks SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen \ abuild-sign newapkbuild @@ -33,7 +33,7 @@ SED_REPLACE := -e 's:@VERSION@:$(FULL_VERSION):g' \ -e 's:@prefix@:$(prefix):g' \ -e 's:@sysconfdir@:$(sysconfdir):g' \ -e 's:@datadir@:$(datadir):g' \ - -e 's:@apkcache@:$(apkcache):g' + -e 's:@abuildrepo@:$(abuildrepo):g' SSL_LIBS := $(shell pkg-config --libs openssl) -- cgit v1.2.3-60-g2f50