diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-07-05 00:46:11 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 13:05:52 +0000 |
commit | 08a75b540d66a3d4f282fedc027a572e0c661302 (patch) | |
tree | 587cb6d30818aac4406035be9ebe653a7c23abb0 /update-conf.in | |
parent | 10aa81020894460afa7ffafe3e9f0fbca942d161 (diff) | |
download | alpine-conf-08a75b540d66a3d4f282fedc027a572e0c661302.zip |
update-conf: fix version
Diffstat (limited to 'update-conf.in')
-rw-r--r-- | update-conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-conf.in b/update-conf.in index 18e4e7d..f287dd9 100644 --- a/update-conf.in +++ b/update-conf.in @@ -2,6 +2,8 @@ PREFIX= +VERSION=@VERSION@ + . $PREFIX/lib/libalpine.sh # set up temp dir |