aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e4101d2..2f10f26 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,9 @@ WWW="http://alpinelinux.org/alpine-conf"
SED := sed
TAR := tar
-SED_REPLACE := -e 's:@VERSION@:$(VERSION):g' \
- -e 's:@PREFIX@:$(PREFIX):g'
+SED_REPLACE := -e 's:@VERSION@:$(FULL_VERSION):g' \
+ -e 's:@PREFIX@:$(PREFIX):g' \
+ -e 's:@sysconfdir@:$(sysconfdir):g'
.SUFFIXES: .sh.in .in
.sh.in.sh: