pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Fix the find command used to print out all of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bd96831397f
branches:  trunk
changeset: 484055:3bd96831397f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Nov 23 19:31:46 2004 +0000

description:
Fix the find command used to print out all of the .broken* files.  It now
prints out both the .broken.html and .broken.work.html files instead of
just the latter.

diffstat:

 mk/bulk/post-build |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1b275b55c0ba -r 3bd96831397f mk/bulk/post-build
--- a/mk/bulk/post-build        Tue Nov 23 19:02:43 2004 +0000
+++ b/mk/bulk/post-build        Tue Nov 23 19:31:46 2004 +0000
@@ -1,5 +1,5 @@
 #!/usr/pkg/bin/perl
-# $NetBSD: post-build,v 1.47 2004/11/22 12:53:56 wiz Exp $
+# $NetBSD: post-build,v 1.48 2004/11/23 19:31:46 jlam Exp $
 #
 # Collect stuff after a pkg bulk build
 #
@@ -93,7 +93,7 @@
 
 # Copy over the output from the build process
 chdir($USR_PKGSRC);
-system("find . -name $BROKENFILE -o -name $BROKENWRKLOG -print | $GTAR -T - -plcf - | (cd $FTP; $GTAR -plxf -)");
+system("find . -name $BROKENFILE -print -o -name $BROKENWRKLOG -print | $GTAR -T - -plcf - | (cd $FTP; $GTAR -plxf -)");
 
 # Copy over the cache files used during the build
 foreach my $f ($BULK_DBFILE, $DEPENDSTREEFILE, $DEPENDSFILE, $SUPPORTSFILE, $INDEXFILE, $ORDERFILE) {



Home | Main Index | Thread Index | Old Index