pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap MACHINE_ARCH should be derived from `uname -...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6952ee0634e3
branches: trunk
changeset: 471193:6952ee0634e3
user: grant <grant%pkgsrc.org@localhost>
date: Sun Mar 21 01:06:37 2004 +0000
description:
MACHINE_ARCH should be derived from `uname -m` on OpenBSD.
from Philip Reynolds on tech-pkg.
diffstat:
bootstrap/bootstrap | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 1512beed8e52 -r 6952ee0634e3 bootstrap/bootstrap
--- a/bootstrap/bootstrap Sun Mar 21 01:03:20 2004 +0000
+++ b/bootstrap/bootstrap Sun Mar 21 01:06:37 2004 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.7 2004/03/11 20:49:09 tv Exp $
+# $NetBSD: bootstrap,v 1.8 2004/03/21 01:06:37 grant Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -259,7 +259,7 @@
need_sed=no
set_opsys=no
check_prog mtreeprog mtree
- machine_arch=`uname -p`
+ machine_arch=`uname -m`
;;
SunOS)
if [ -d "/usr/xpg4/bin" ]; then
Home |
Main Index |
Thread Index |
Old Index