[ooo-build-commit] .: Makefile.in

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Aug 25 00:44:05 PDT 2010


 Makefile.in |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 84cf0f595c3df26a50a53791d2e8bfb7c271e4ed
Author: Jan Holesovsky <kendy at suse.cz>
Date:   Wed Aug 25 09:41:43 2010 +0200

    Fixed linkoo invocation.

diff --git a/Makefile.in b/Makefile.in
index 9ef54c6..f2af2e4 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"


More information about the ooo-build-commit mailing list