Module Name:    src
Committed By:   christos
Date:           Thu Mar  6 02:12:56 UTC 2014

Modified Files:
        src/external/bsd/bind: bind2netbsd

Log Message:
bid the libtool.m4 lossage.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/bind/bind2netbsd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/bind2netbsd
diff -u src/external/bsd/bind/bind2netbsd:1.1 src/external/bsd/bind/bind2netbsd:1.2
--- src/external/bsd/bind/bind2netbsd:1.1	Tue Dec 31 15:23:12 2013
+++ src/external/bsd/bind/bind2netbsd	Wed Mar  5 21:12:56 2014
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#	$NetBSD: bind2netbsd,v 1.1 2013/12/31 20:23:12 christos Exp $
+#	$NetBSD: bind2netbsd,v 1.2 2014/03/06 02:12:56 christos Exp $
 #
 # Copyright (c) 2000 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -79,6 +79,11 @@ echo copying $r to $d
 cd $r
 pax -rw * $d
 
+if [ -d $d/libtool.m4 ]
+then
+	mv $d/libtool.m4 $d/m4
+fi
+
 ### Remove the $'s around RCS tags
 cleantags $d
 

Reply via email to