From aa38134c13d45adbbb6c101aa3c7a926a803c544 Mon Sep 17 00:00:00 2001 From: schwarz Date: Sun, 10 Sep 2006 20:14:43 +0000 Subject: ${X11BASE} can now be set to /usr, so just do so for IRIX and OSF1. No need for any artificial symlinking any more in bootstrap. --- bootstrap/bootstrap | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index c9738a027fb..121efb0a5d5 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.82 2006/09/02 11:14:48 schwarz Exp $ +# $NetBSD: bootstrap,v 1.83 2006/09/10 20:14:43 schwarz Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -187,11 +187,6 @@ opsys_finish() echo "LDD= $prefix/sbin/fakeldd" >> ${MKCONF_EXAMPLE} fi ;; - OSF1) - if [ ! -e /usr/X11R6 ]; then - ln -sf /usr /usr/X11R6 - fi - ;; esac } -- cgit v1.2.3