diff options
author | maho <maho@FreeBSD.org> | 2005-01-15 10:35:08 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-01-15 10:35:08 +0000 |
commit | 821dab4b8dfc5725152b9e00f2bc05d7366b4c4e (patch) | |
tree | 6db4e865f49803af84beafcb763dcd938a0c3c23 /editors | |
parent | 6b08bafc10f6a48b66ec3d09a4d70f673d45ec01 (diff) | |
download | FreeBSD-ports-821dab4b8dfc5725152b9e00f2bc05d7366b4c4e.zip FreeBSD-ports-821dab4b8dfc5725152b9e00f2bc05d7366b4c4e.tar.gz |
Do not make a symlink /usr/bin/soffice ->
/usr/local/bin/OpenOffice.org1.1.4/soffice
Reported by: kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.1/files/patch-scp+source+office+unxbasic.scp | 20 | ||||
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp | 20 |
2 files changed, 40 insertions, 0 deletions
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 0000000..daba6e9 --- /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 + + }; diff --git a/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp b/editors/openoffice.org-1.1/files/patch-scp+source+office+unxbasic.scp new file mode 100644 index 0000000..daba6e9 --- /dev/null +++ b/editors/openoffice.org-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 + + }; |