diff options
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-set_soenv.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-set_soenv.1 b/editors/openoffice.org-2-RC/files/patch-set_soenv.1 index bcf91ac..96793da 100644 --- a/editors/openoffice.org-2-RC/files/patch-set_soenv.1 +++ b/editors/openoffice.org-2-RC/files/patch-set_soenv.1 @@ -25,7 +25,7 @@ + $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler); + + $PATH .= $ps.$USR.$ds."sbin". -+ $ps.$USR.$BIN.$ds."X11". ++ $ps.$USR.$ds."X11R6".$ds."bin". + $ps.$USR.$LIB; +} + |