summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-06-19 06:30:48 +0000
committermaya <maya@pkgsrc.org>2017-06-19 06:30:48 +0000
commit6177cfbb39240e5122b2e1aafd4c7c4857f42aba (patch)
treed4f0436c3cb5dff3bc075fec81205af8d53e471b /bootstrap
parent2c6c0756fbbab82eba95a3b369e26e82d704aee5 (diff)
downloadpkgsrc-6177cfbb39240e5122b2e1aafd4c7c4857f42aba.tar.gz
Add code for finding machine_arch on OSF1
From Naruaki Etomi in PR pkg/52311
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index f69fe5e0da3..589adea6f17 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.241 2017/04/29 21:40:40 khorben Exp $
+# $NetBSD: bootstrap,v 1.242 2017/06/19 06:30:48 maya Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -782,6 +782,7 @@ OSF1)
need_sed=yes
need_ksh=yes
set_opsys=no
+ machine_arch=`uname -p`
;;
QNX)
root_group=root