summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2010-10-08 20:39:40 +0200
committerLuboš Luňák <l.lunak@suse.cz>2010-10-08 20:40:10 +0200
commitf93906e821d8be1bcb65177c8e41305ca7994c36 (patch)
tree2595ffdc5641ce9ca9d2a74d2cdaff740aaaff0a /Makefile.in
parent57e3c7f1802a00bb9ef265a7f3506c36a9d8c20f (diff)
fix make dev-install (OpenOffice->LibreOffice)
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 2b201b3876eb..15a619d2ecf5 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"