From 12aae4fd6fd8af9f7019ba6017bd36f4e68bc1a6 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Dec 2008 14:20:11 +0000 Subject: [PATCH] makedist snapshot name fix. git-svn-id: file:///svn/unbound/trunk@1402 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + makedist.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index e5a47d35a..9077fd07a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ - ldns tarball updated with 1.4.1rc for DLV unit test. - verbose prints about recursion lame detection and server selection. - fixup BSD port for infra host storage. It hashed wrongly. + - fixup makedist snapshot name generation. 17 December 2008: Wouter - follows ldns makedist.sh. -rc option. autom4te dir removed. diff --git a/makedist.sh b/makedist.sh index 123ff4604..d72748718 100755 --- a/makedist.sh +++ b/makedist.sh @@ -227,7 +227,7 @@ fi if [ "$SNAPSHOT" = "yes" ]; then info "Building Unbound snapshot." - version2="$version_`date +%Y%m%d`" + version2="${version}_`date +%Y%m%d`" info "Snapshot version number: $version2" replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2"