]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
lib/bind should be in the alpha release
authorBrian Wellington <source@isc.org>
Wed, 30 May 2001 21:18:07 +0000 (21:18 +0000)
committerBrian Wellington <source@isc.org>
Wed, 30 May 2001 21:18:07 +0000 (21:18 +0000)
util/kit.sh

index 1400e807684f86d42e8e39da09cc20fbe0f6e5eb..3f08f671cfacf2e1248f1652973f791ce152eae5 100644 (file)
@@ -15,7 +15,7 @@
 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: kit.sh,v 1.19 2001/05/24 02:01:56 marka Exp $
+# $Id: kit.sh,v 1.20 2001/05/30 21:18:07 bwelling Exp $
 
 # Make a release kit
 #
@@ -101,12 +101,6 @@ rm -rf TODO conftools util doc/design doc/dev doc/expired \
     doc/html doc/todo doc/private bin/lwresd doc/man \
     lib/lwres/man/resolver.5 \
     bin/tests/system/relay lib/cfg
-if $snapshot
-then
-   :
-else
-    rm -rf lib/bind
-fi
 
 find . -name .cvsignore -print | xargs rm