diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-05-21 14:01:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-05-21 14:01:23 +0000 |
commit | 4ade8ccfc6cb761adec205285f1866c8265e57e2 (patch) | |
tree | 859f9c96dfb088202b51bc57cdc0b6936486c3e7 /Makefile | |
parent | 70faa4b15c9fd02fc4f4c1595b53bf5adf34e4a4 (diff) | |
download | alpine-conf-4ade8ccfc6cb761adec205285f1866c8265e57e2.zip |
release 1.5. added setup-alpine-web
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -V=1.4.1 +V=1.5 P=alpine-conf PV=$(P)-$(V) APKF=$(PV).apk @@ -11,6 +11,7 @@ SBIN_FILES=albootstrap\ lbu\ setup-ads\ setup-alpine\ + setup-alpine-web\ setup-cryptswap\ setup-dns\ setup-hostname\ |