]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
delete NSD test dir in the examples when making a release
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 20 Apr 2006 12:07:22 +0000 (12:07 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 20 Apr 2006 12:07:22 +0000 (12:07 +0000)
makedist.sh

index 67858650a5e83f263c5d7c50bd7dd92c82634630..a00ff717accaebdbd2808edb54fb0989bd77fa0a 100755 (executable)
@@ -162,6 +162,9 @@ rm -rf ldns-$version/test/
 info "Deleting the pcat directory"
 rm -rf ldns-$version/pcat/
 
+info "Deleting the nsd-test directory"
+rm -rf ldns-$version/examples/nsd-test/
+
 info "Creating tar ldns-$version.tar.gz"
 tar czf ../ldns-$version.tar.gz ldns-$version || error_cleanup "Failed to create tar file."