summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authortnn <tnn>2007-04-25 13:24:24 +0000
committertnn <tnn>2007-04-25 13:24:24 +0000
commit2f8d41b5a4a9a5154d2ce2cf525cb1b75fa210ee (patch)
tree6974d6e07ebd55267112de6e39ccbb2fdfd6ea86 /bootstrap
parent3e3f008af2388cce015c999f0e044b5f5f8aa52c (diff)
downloadpkgsrc-2f8d41b5a4a9a5154d2ce2cf525cb1b75fa210ee.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