]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
kill lib/cfg again from snapshots
authorMark Andrews <marka@isc.org>
Thu, 24 May 2001 02:01:56 +0000 (02:01 +0000)
committerMark Andrews <marka@isc.org>
Thu, 24 May 2001 02:01:56 +0000 (02:01 +0000)
util/kit.sh

index 4dbd4c10f99aab927493f94ac0512190d18122f7..1400e807684f86d42e8e39da09cc20fbe0f6e5eb 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.18 2001/05/24 02:00:02 marka Exp $
+# $Id: kit.sh,v 1.19 2001/05/24 02:01:56 marka Exp $
 
 # Make a release kit
 #
@@ -100,12 +100,12 @@ sh util/sanitize_all.sh
 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
+    bin/tests/system/relay lib/cfg
 if $snapshot
 then
    :
 else
-    rm -rf lib/cfg lib/bind
+    rm -rf lib/bind
 fi
 
 find . -name .cvsignore -print | xargs rm