summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-23 19:03:58 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-23 19:06:08 +0200
commitfe58c42cc69a87808ccd563c51d693620f1fa4fa (patch)
tree681f4997086bad41b1e4c3c16dd96545ed0d5f9f /Makefile.in
parentb8faf72b596957a5aea7af841672ee2ec4427c09 (diff)
Moved parts of ooinstall to boostrap to shorten the install path
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 15a619d2ecf5..07dd53898547 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -18,9 +18,7 @@ clean:
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/LibreOffice/installed/install/en-US $$SRC_ROOT && \
+ ooinstall -l $$SRC_ROOT/install
echo && \
echo "Developer installation finished, you can find it here:" && \
- echo "$$SRC_ROOT/install/LibreOffice/installed/install/en-US"
+ echo "$$SRC_ROOT/install"