From 0be421a66b6f8e8cf16307aac379f400a5e9db1e Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 15 Jan 2005 10:35:08 +0000 Subject: Do not make a symlink /usr/bin/soffice -> /usr/local/bin/OpenOffice.org1.1.4/soffice Reported by: kris --- .../files/patch-scp+source+office+unxbasic.scp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp (limited to 'editors/openoffice-1.1/files') diff --git a/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp new file mode 100644 index 000000000000..daba6e99866f --- /dev/null +++ b/editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp @@ -0,0 +1,20 @@ +Index: scp/source/office/unxbasic.scp +=================================================================== +RCS file: /cvs/installation/scp/source/office/Attic/unxbasic.scp,v +retrieving revision 1.49.8.9 +diff -u -r1.49.8.9 unxbasic.scp +--- scp/source/office/unxbasic.scp 27 Aug 2004 11:43:50 -0000 1.49.8.9 ++++ scp/source/office/unxbasic.scp 15 Jan 2005 10:22:08 -0000 +@@ -924,12 +924,6 @@ + Dim sofficeFile As String + Dim linkName As String + +- sofficeFile = DirEntry(GetSetupEnv.DestPath, "program", "soffice") +- +- linkName = "/usr/bin/soffice" +- +- shell("/bin/sh -c " & "'ln -s " & chr(34) & sofficeFile & chr(34) & " " & linkName & " >/dev/null 2>&1'") +- + End Sub + + }; -- cgit v1.2.3