summaryrefslogtreecommitdiff
path: root/misc/libreoffice4-bin/files/soffice
blob: c795ea203974e0092e0d9e4f34a95283b4789ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
#	$NetBSD: soffice,v 1.1 2013/04/13 11:12:33 ryoon Exp $
#
SOINST=@@PREFIX@@/opt/libreoffice@@OO_BASEVER@@

# make sure we can find `whoami` on solaris
PATH=${PATH}:/usr/ucb

# add the chosen java directory to $PATH to allow OOo to
# automatically find it
PATH=${PATH}:@@JAVA_HOME@@

# default data seg size is too small for java
ulimit -d `ulimit -H -d`

exec ${SOINST}/program/soffice "$@"