summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-01 17:39:52 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-01 18:03:36 +0200
commitb81f49ce0f3ebf8ff7ed583ba99f31f7c1d49b95 (patch)
treeea94464f3a1e2d21926e86f045b28cb7ad9b2994 /Makefile.in
parentf1d0889058c112c5a594755be7f3482ced2da395 (diff)
test-install: get rid of opt/
Change-Id: Ie390749c0b28e47848c361d874bb447f39cfeb12
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 2fe994107178..4bace5977f6f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -283,13 +283,13 @@ endif
test-install: build
@rm -rf $(TESTINSTALLDIR)
- @mkdir $(TESTINSTALLDIR)
+ @mkdir -p $(TESTINSTALLDIR)
ifeq ($(OS_FOR_BUILD),WNT)
cd $(SRCDIR)/instsetoo_native && $(GNUMAKE) LIBO_TEST_INSTALL=TRUE $(GMAKE_OPTIONS)
else
- @ooinstall $(TESTINSTALLDIR)/opt
+ @ooinstall $(TESTINSTALLDIR)
ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
- @macosx-codesign-app-bundle $(TESTINSTALLDIR)/opt/LibreOffice.app
+ @macosx-codesign-app-bundle $(TESTINSTALLDIR)/LibreOffice.app
endif
ifneq ($(OS),MACOSX)
@install-gdb-printers -L
@@ -298,7 +298,7 @@ endif
@echo
@echo "If you want to edit the .ui files with glade first execute:"
@echo
- @echo "export GLADE_CATALOG_SEARCH_PATH=$(SRCDIR)/install/share/glade"
+ @echo "export GLADE_CATALOG_SEARCH_PATH=$(TESTINSTALLDIR)/share/glade"
ifeq ($(OS),LINUX)
@echo
@echo "Test installation finished, you can now execute:"