From f9da5938998b0c365c1bb84f84d46321683ad58e Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 28 Oct 2002 14:33:42 +0000 Subject: Fix the recently breakage caused by bison 1.75. $PATH does now have /usr/bin before /usr/local/bin until the bug is fixed. --- editors/openoffice-1.0/files/patch-config_office+set_soenv.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/openoffice-1.0/files') diff --git a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 index 023d1b997d0e..0398428dc661 100644 --- a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 +++ b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 @@ -1,5 +1,5 @@ --- set_soenv.1.orig Sun Jun 30 21:51:05 2002 -+++ set_soenv.1 Mon Jul 15 14:09:14 2002 ++++ set_soenv.1 Mon Oct 28 15:01:58 2002 @@ -40,7 +40,7 @@ # # Set this value equal to the corresponding amount of @@ -158,13 +158,13 @@ + $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN. + $ps.'$SOLARENV'.$BIN. + $ps.'$JAVA_HOME'.$BIN. -+ $ps.$USR_LOCAL.$BIN. -+ $ps.$USR_LOCAL.$ds."sbin"; + + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". + $ps.$USR.$ds."X11R6".$ds."bin". ++ $ps.$USR_LOCAL.$BIN. ++ $ps.$USR_LOCAL.$ds."sbin"; + $ps.$USR.$LIB; +} + -- cgit v1.2.3