diff options
author | tnn <tnn@pkgsrc.org> | 2007-04-25 13:24:24 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-04-25 13:24:24 +0000 |
commit | cb6e83f784a56b76b66900b611640758c2bbe055 (patch) | |
tree | 6974d6e07ebd55267112de6e39ccbb2fdfd6ea86 /bootstrap | |
parent | 1c26be520c0805a5bcd87332e804a0917fe7748a (diff) | |
download | pkgsrc-cb6e83f784a56b76b66900b611640758c2bbe055.tar.gz |
hpux: machine_arch is hppa, not 9000.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index bc0ff00d641..21306a4d83c 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.95 2007/04/14 14:17:49 tnn Exp $ +# $NetBSD: bootstrap,v 1.96 2007/04/25 13:24:24 tnn Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -375,6 +375,7 @@ HPUX) need_awk=yes need_sed=yes set_opsys=no + machine_arch=`uname -m | sed 's/^9000.*$/hppa/'` ;; IRIX*) if [ -d "/usr/freeware/bin" ]; then |