[Libreoffice-commits] .: Makefile.in
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Oct 8 11:40:31 PDT 2010
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4077f80b8754f20420cee10567d08383f2c4d060
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Fri Oct 8 20:39:40 2010 +0200
fix make dev-install (OpenOffice->LibreOffice)
diff --git a/Makefile.in b/Makefile.in
index 2b201b3..15a619d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@ dev-install:
. ./*[Ee]nv.[Ss]et.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 $$SRC_ROOT && \
+ $$SOLARENV/bin/linkoo $$SRC_ROOT/install/LibreOffice/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"
+ echo "$$SRC_ROOT/install/LibreOffice/installed/install/en-US"
More information about the Libreoffice-commits
mailing list