summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorgrant <grant>2004-03-21 01:06:37 +0000
committergrant <grant>2004-03-21 01:06:37 +0000
commita63bda720f1453b5ff3316292aa30cf53fc9fe76 (patch)
tree474cabd3c73bd8b5a4dfc69597dd0b94ddc32d8f /bootstrap
parentb322507a036a97f4e66f918fb7c2905b8fb87b94 (diff)
downloadpkgsrc-a63bda720f1453b5ff3316292aa30cf53fc9fe76.tar.gz
MACHINE_ARCH should be derived from `uname -m` on OpenBSD.
from Philip Reynolds on tech-pkg.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index abcc98ed6b1..420cf97c1e7 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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 @@ OpenBSD)
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