diff options
author | Jan Holesovsky <kendy@suse.cz> | 2010-08-25 09:41:43 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-25 09:41:43 +0200 |
commit | b4d3c79a6b895bb9781816caab94307ae08fae38 (patch) | |
tree | 1dea180614eda9fc51315c4c6449bc65dd190ed7 | |
parent | c4b271f21ab4d372b3a6a5a4c9fbe0cfe0ada959 (diff) |
Fixed linkoo invocation.
-rw-r--r-- | Makefile.in | 5 |
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" |