summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-08-25 09:41:43 +0200
committerJan Holesovsky <kendy@suse.cz>2010-08-25 09:41:43 +0200
commitb4d3c79a6b895bb9781816caab94307ae08fae38 (patch)
tree1dea180614eda9fc51315c4c6449bc65dd190ed7 /Makefile.in
parenttesttool-more-defaults.diff: Moved the linkoo change here. (diff)
downloadcore-b4d3c79a6b895bb9781816caab94307ae08fae38.tar.gz
core-b4d3c79a6b895bb9781816caab94307ae08fae38.zip
Fixed linkoo invocation.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ef54c60a687..f2af2e453399 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,6 +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 $$SRC_ROOT && \
+ $$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US/openoffice.org3 $$SRC_ROOT && \
echo && \
- echo "Developer installation finished in $$SRC_ROOT"
+ echo "Developer installation finished, you can find it here:" && \
+ echo "$$SRC_ROOT/install/OpenOffice/installed/install/en-US/openoffice.org3"