summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-04-25 13:24:24 +0000
committertnn <tnn@pkgsrc.org>2007-04-25 13:24:24 +0000
commitcb6e83f784a56b76b66900b611640758c2bbe055 (patch)
tree6974d6e07ebd55267112de6e39ccbb2fdfd6ea86 /bootstrap
parent1c26be520c0805a5bcd87332e804a0917fe7748a (diff)
downloadpkgsrc-cb6e83f784a56b76b66900b611640758c2bbe055.tar.gz
hpux: machine_arch is hppa, not 9000.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
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