From 6da88dde7797424656fee33b86a84dc01ecddaf1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 6 May 2009 13:38:34 +0000 Subject: Makefile: fix version numbers and sysconfdir --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3