diff options
author | schwarz <schwarz@pkgsrc.org> | 2006-09-10 20:14:43 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2006-09-10 20:14:43 +0000 |
commit | aa38134c13d45adbbb6c101aa3c7a926a803c544 (patch) | |
tree | e6fed7d9aadee3561a1152a77b6d8619a9cf34f9 /bootstrap | |
parent | fde5fd0b4878fb2fa926756cf8d1171b848a4764 (diff) | |
download | pkgsrc-aa38134c13d45adbbb6c101aa3c7a926a803c544.tar.gz |
${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.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 7 |
1 files changed, 1 insertions, 6 deletions
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 } |