From 9270a76e1631415ef50e9f71de1bb7c2dad22cd4 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 26 Aug 2010 16:19:39 +0200 Subject: Fix make dev-install. --- Makefile.in | 4 ++-- 1 file 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" -- cgit