aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-05-06 13:38:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-05-06 13:38:34 +0000
commit6da88dde7797424656fee33b86a84dc01ecddaf1 (patch)
treefcd4eba4a97fd9bc2a97c2c1703e55a9d47fbb89 /Makefile
parent40a33b2ce94187014ec5b5de8d487ea20be782cb (diff)
downloadalpine-conf-6da88dde7797424656fee33b86a84dc01ecddaf1.tar.bz2
alpine-conf-6da88dde7797424656fee33b86a84dc01ecddaf1.tar.xz
Makefile: fix version numbers and sysconfdir
Diffstat (limited to 'Makefile')
-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: