summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f2af2e453399..313f1e6d63a5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,7 +19,7 @@ dev-install:
. ./*Env.Set.sh && \
cd $$SRC_ROOT/instsetoo_native/util && \
LOCALINSTALLDIR=$$SRC_ROOT/install dmake openoffice_en-US PKGFORMAT=installed && \
- $$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US/openoffice.org3 $$SRC_ROOT && \
+ $$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US $$SRC_ROOT && \
echo && \
echo "Developer installation finished, you can find it here:" && \
- echo "$$SRC_ROOT/install/OpenOffice/installed/install/en-US/openoffice.org3"
+ echo "$$SRC_ROOT/install/OpenOffice/installed/install/en-US"