pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/bootstrap Add /usr/bsd to $overpath for IRIX as per PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19b0755bd41d
branches:  trunk
changeset: 396725:19b0755bd41d
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Aug 01 20:19:37 2009 +0000

description:
Add /usr/bsd to $overpath for IRIX as per PR 38802. I'm going to leave
/usr/bsd/bin there for now (unless someone wants to confirm it's never
existed in *any* IRIX version) because it should ordinarily be harmless.

diffstat:

 bootstrap/bootstrap |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 801777526d16 -r 19b0755bd41d bootstrap/bootstrap
--- a/bootstrap/bootstrap       Sat Aug 01 20:16:25 2009 +0000
+++ b/bootstrap/bootstrap       Sat Aug 01 20:19:37 2009 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.149 2009/07/05 12:35:13 ahoka Exp $
+# $NetBSD: bootstrap,v 1.150 2009/08/01 20:19:37 dholland Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -509,6 +509,9 @@
        if [ -d "/usr/freeware/bin" ]; then
                overpath="/usr/freeware/bin:$overpath"
        fi
+       if [ -d "/usr/bsd" ]; then
+               overpath="/usr/bsd:$overpath"
+       fi
        if [ -d "/usr/bsd/bin" ]; then
                overpath="/usr/bsd/bin:$overpath"
        fi



Home | Main Index | Thread Index | Old Index