]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
makedist snapshot name fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Dec 2008 14:20:11 +0000 (14:20 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Dec 2008 14:20:11 +0000 (14:20 +0000)
git-svn-id: file:///svn/unbound/trunk@1402 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index e5a47d35aeca39bc496794bdf87c230d041a5563..9077fd07a0064755b04eec045c445d00dafd5601 100644 (file)
@@ -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.
index 123ff46043b316f74dbb879c181f13f3dc05cf33..d72748718f1060ef6a2ebac5a2f82cf880e72292 100755 (executable)
@@ -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"