diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-06 11:13:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-05-06 11:13:16 +0000 |
commit | 17c8c0e3af7932edb6bd4fa0fa6e32b8205d6928 (patch) | |
tree | 0d01873329b4184073c01af316e1ff6066ff25cd /Makefile | |
parent | ec0c7a74bbf5824adc4efa54e1f91984ac870a8e (diff) | |
download | alpine-conf-17c8c0e3af7932edb6bd4fa0fa6e32b8205d6928.zip |
fixed VERSION in makefile and massed up .in files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ WWW="http://alpinelinux.org/alpine-conf" SED := sed TAR := tar -SED_REPLACE := -i -e 's:@VERSION@:$(VERSION):g' \ +SED_REPLACE := -e 's:@VERSION@:$(VERSION):g' \ -e 's:@PREFIX@:$(PREFIX):g' .SUFFIXES: .sh.in .in |