diff options
Diffstat (limited to 'editors/staroffice70/files/setup.patch')
-rw-r--r-- | editors/staroffice70/files/setup.patch | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/editors/staroffice70/files/setup.patch b/editors/staroffice70/files/setup.patch index e48ed36061ea..5f6b0b69a7e7 100644 --- a/editors/staroffice70/files/setup.patch +++ b/editors/staroffice70/files/setup.patch @@ -1,19 +1,8 @@ -*** setup.orig Mon Aug 23 23:11:00 1999 ---- setup Tue Oct 26 16:48:18 1999 -*************** -*** 25,31 **** - LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib - export LD_LIBRARY_PATH - ;; -! Linux) - LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; ---- 25,31 ---- - LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib - export LD_LIBRARY_PATH - ;; -! Linux|FreeBSD) - LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; +--- setup.orig Wed Aug 23 00:02:57 2000 ++++ setup Wed Aug 23 00:03:11 2000 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/compat/linux/bin/sh + # + # StarOffice patch checking script + # (c) 2000, Sun Microsystems Inc. |