From 9503cf0454c4a2c2d1735f3f145718c4e457fc89 Mon Sep 17 00:00:00 2001 From: espie Date: Mon, 9 Aug 2004 12:48:56 +0000 Subject: [PATCH] more accurate info test. --- infrastructure/install/make-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/install/make-plist b/infrastructure/install/make-plist index 33f90b5fe1f..9c1eaaee732 100755 --- a/infrastructure/install/make-plist +++ b/infrastructure/install/make-plist @@ -1,5 +1,5 @@ #! /usr/bin/perl -# $OpenBSD: make-plist,v 1.53 2004/08/09 12:41:03 espie Exp $ +# $OpenBSD: make-plist,v 1.54 2004/08/09 12:48:56 espie Exp $ # Copyright (c) 2004 Marc Espie # # Permission to use, copy, modify, and distribute this software for any @@ -305,7 +305,7 @@ sub is_info my $tag = <$fh>; chomp $tag; close $fh; - if ($tag =~ /^This is .*, produced by makeinfo version .* from/) { + if ($tag =~ /^This is .*, produced by [Mm]akeinfo version .* from/) { return 1; } else { return 0;