freebsd-ports/editors/openoffice.org-1.1/files/patch-desktop+scripts+soffice.sh
Martin Blapp f95a4f2995 Make it easier for people, move a big chunk of the startup
wrapper out into a script included by soffice.sh. This way
there aren't any traps at first startup time and people
hopefully don't ask the same questions anymore.

At the same time, make more substitutions, also in oo_setup.resp.

Approved by:	marcus (portsmgr)
2003-09-17 04:06:28 +00:00

11 lines
273 B
Bash

--- ../desktop/scripts/soffice.sh.orig Wed Sep 17 05:21:54 2003
+++ ../desktop/scripts/soffice.sh Wed Sep 17 05:24:59 2003
@@ -233,6 +233,8 @@
PATH="$sd_prog":$PATH
export PATH
+. $sd_prog/freebsd-local.sh
+
# execute soffice binary
exec "$sd_prog/$sd_binary" "$@"