From f8788b8f8e55d705812bad8e30408e15aac0ac13 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 15 Oct 2001 23:00:10 +0000 Subject: At the end of the build, remove the contents of the "perl" package from the leftovers list - "perl-base" is long gone. --- mk/bulk/post-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/bulk/post-build b/mk/bulk/post-build index 1f17816d4ec..8d120fb7b4c 100644 --- a/mk/bulk/post-build +++ b/mk/bulk/post-build @@ -1,5 +1,5 @@ #!/usr/pkg/bin/perl -# $NetBSD: post-build,v 1.13 2001/05/03 21:46:32 dmcmahill Exp $ +# $NetBSD: post-build,v 1.14 2001/10/15 23:00:10 hubertf Exp $ # # Collect stuff after a pkg bulk build # @@ -239,7 +239,7 @@ close(HTML); system("find /usr/X11R6 -newer ${USR_PKGSRC}/.start.${arch} -type f >>leftovers-${arch}.txt"); # Strip perl-files: - system("pkg_info -qL perl-base > .p.${arch}"); + system("pkg_info -qL perl > .p.${arch}"); system("fgrep -v -x -f .p.${arch} leftovers-${arch}.txt >leftovers-${arch}.txt.new"); rename("leftovers-${arch}.txt.new", "leftovers-${arch}.txt"); unlink(".p.${arch}"); -- cgit v1.2.3