pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/bulk missed a `uname -p`
details: https://anonhg.NetBSD.org/pkgsrc/rev/928ae8a05f66
branches: trunk
changeset: 466529:928ae8a05f66
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jan 20 07:39:24 2004 +0000
description:
missed a `uname -p`
diffstat:
mk/bulk/build | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 6900acfa2428 -r 928ae8a05f66 mk/bulk/build
--- a/mk/bulk/build Tue Jan 20 07:01:18 2004 +0000
+++ b/mk/bulk/build Tue Jan 20 07:39:24 2004 +0000
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: build,v 1.31 2004/01/20 07:01:18 grant Exp $
+# $NetBSD: build,v 1.32 2004/01/20 07:39:24 grant Exp $
#
# Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%netbsd.org@localhost>
@@ -242,7 +242,7 @@
# Perl was wiped, reinstall it!
( cd lang/perl5 && ${BMAKE} bulk-install )
-perl mk/bulk/post-build | ${MAIL} -s "pkgsrc/`uname -p` bulk build results `date +%F`" $ADMIN
+perl mk/bulk/post-build | ${MAIL} -s "pkgsrc/${MACHINE_ARCH} bulk build results `date +%F`" $ADMIN
# Done!
echo ""
Home |
Main Index |
Thread Index |
Old Index