summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-08-26 16:19:39 +0200
committerJan Holesovsky <kendy@suse.cz>2010-08-26 16:19:39 +0200
commit9270a76e1631415ef50e9f71de1bb7c2dad22cd4 (patch)
tree6670723d65c67ae2d6280c82d589bfc8604a5a7d /Makefile.in
parente8ea8e7ff63054830a50c26ac9b46980dff98228 (diff)
Fix make dev-install.
Diffstat (limited to 'Makefile.in')
-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"