summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorreed <reed>2005-09-21 15:46:06 +0000
committerreed <reed>2005-09-21 15:46:06 +0000
commitdfc49b3e561e80796afdb0cd89a7169b8e236c57 (patch)
tree81fd675ee9511439a5ffcc495425065ee43163ae /mk
parentaaee20562ae296ec042d3c737aa6bd9c731e7a22 (diff)
downloadpkgsrc-dfc49b3e561e80796afdb0cd89a7169b8e236c57.tar.gz
Make the directory before creating the pkgsrc-results text file in it.
(Maybe the BUILDDATE is not needed since by default the directory has the specific date stamp in it.)
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/build b/mk/bulk/build
index 9f132ebe87d..714440bd1e1 100644
--- a/mk/bulk/build
+++ b/mk/bulk/build
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: build,v 1.56 2005/09/20 18:54:37 xtraeme Exp $
+# $NetBSD: build,v 1.57 2005/09/21 15:46:06 reed Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf@NetBSD.org>
@@ -389,7 +389,7 @@ done
# Perl was wiped, reinstall it!
( cd lang/perl5 && ${BMAKE} bulk-install )
BUILDDATE=`date +%Y-%m-%d`
-
+mkdir -p ${FTP}
${PERL5} mk/bulk/post-build > ${FTP}/pkgsrc-results-${BUILDDATE}.txt
if [ "$noemail" = "no" ]; then
${MAIL_CMD} -s "pkgsrc ${OPSYS} ${OS_VERSION}/${MACHINE_ARCH} bulk build results $BUILDDATE" $ADMIN < ${FTP}/pkgsrc-results-${BUILDDATE}.txt