Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bind bid the libtool.m4 lossage.
details: https://anonhg.NetBSD.org/src/rev/1572639c61fb
branches: trunk
changeset: 794103:1572639c61fb
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 06 02:12:56 2014 +0000
description:
bid the libtool.m4 lossage.
diffstat:
external/bsd/bind/bind2netbsd | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r f83bc740267b -r 1572639c61fb external/bsd/bind/bind2netbsd
--- a/external/bsd/bind/bind2netbsd Wed Mar 05 23:08:58 2014 +0000
+++ b/external/bsd/bind/bind2netbsd Thu Mar 06 02:12:56 2014 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index