diff options
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-setup2::script::setupserver')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-setup2::script::setupserver | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-setup2::script::setupserver b/editors/openoffice-3-devel/files/patch-setup2::script::setupserver new file mode 100644 index 000000000000..450ea386c841 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-setup2::script::setupserver @@ -0,0 +1,10 @@ +--- ../setup2/script/setupserver.orig Fri Nov 17 12:29:29 2000 ++++ ../setup2/script/setupserver Fri Oct 18 23:47:09 2002 +@@ -234,6 +234,7 @@ + sd_platform=`uname -s` + case $sd_platform in + SCO_SV) test=/bin/test ;; ++ FreeBSD) test=/bin/test ;; + *) test=/usr/bin/test ;; + esac + sd_cwd="`pwd`" |