summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2010-04-01 12:51:55 +0200
committerArjan Bouter2010-04-01 12:51:55 +0200
commit6beb8f63331c9730e6819aedb85001b0657be2cc (patch)
treeaa7780afbe0231d23e693d6138583c869974858d
parent6367786b04df5905ca843a4941abdf24720cbe2b (diff)
openoffice: fixed symlink locations
-rwxr-xr-xeditors/openoffice/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/INSTALL b/editors/openoffice/INSTALL
index b664530a76..fc92edda02 100755
--- a/editors/openoffice/INSTALL
+++ b/editors/openoffice/INSTALL
@@ -1,5 +1,5 @@
dmake install prefix="${INSTALL_ROOT}/opt" &&
-OOO_APPPATH="${INSTALL_ROOT}/opt/openoffice/openoffice.org3/program" &&
+OOO_APPPATH="${INSTALL_ROOT}/opt/openoffice.org3/program" &&
for app in sbase scalc sdraw simpress smath soffice spadmin swriter ; do
ln -s "${OOO_APPPATH}/$app" ${INSTALL_ROOT}/usr/bin/$app
done