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)
11 lines
273 B
Bash
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" "$@"
|
|
|