summaryrefslogtreecommitdiff
path: root/sysui/desktop/share/openoffice.sh
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-06 09:32:15 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-06 09:32:15 +0000
commit86a6810712bdc8e97daafc7d4c26f2894479d59a (patch)
treeb36010f2ba1df368a23a372bfcb114daf235f07a /sysui/desktop/share/openoffice.sh
parentdcc7b416fb809463652b57d40e79d7fb2b78d19c (diff)
INTEGRATION: CWS native147 (1.2.322); FILE MERGED
2008/04/23 20:26:47 obr 1.2.322.1: #i88334#,#i61569#,#i62176# removed /etc indirection and package database check for office install location
Diffstat (limited to 'sysui/desktop/share/openoffice.sh')
-rw-r--r--sysui/desktop/share/openoffice.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/desktop/share/openoffice.sh b/sysui/desktop/share/openoffice.sh
index cbaf5f060b82..d3ecf978ee8f 100644
--- a/sysui/desktop/share/openoffice.sh
+++ b/sysui/desktop/share/openoffice.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /etc/%PREFIX/program/soffice "$@"
+exec /opt/%PREFIX/program/soffice "$@"