Kaydet (Commit) 0d3c536d authored tarafından Michael Stahl's avatar Michael Stahl

fix make test-install on WNT

Change-Id: I681f2c4989b88943fe57e6173554a019539a18cc
üst a323a7df
...@@ -299,14 +299,14 @@ endif ...@@ -299,14 +299,14 @@ endif
@echo "If you want to edit the .ui files with glade first execute:" @echo "If you want to edit the .ui files with glade first execute:"
@echo @echo
@echo "export GLADE_CATALOG_SEARCH_PATH=$(TESTINSTALLDIR)/share/glade" @echo "export GLADE_CATALOG_SEARCH_PATH=$(TESTINSTALLDIR)/share/glade"
ifeq ($(OS),LINUX) ifneq ($(OS),MACOSX)
@echo @echo
@echo "Test installation finished, you can now execute:" @echo "Test installation finished, you can now execute:"
@echo @echo
@echo "$(TESTINSTALLDIR)/program/soffice" @echo " $(TESTINSTALLDIR)/program/soffice"
else ifeq ($(OS),MACOSX) else
@echo @echo
@echo "Developer installation finished, you can now run:" @echo "Test installation finished, you can now run:"
@echo @echo
@echo " open $(TESTINSTALLDIR)/LibreOffice.app" @echo " open $(TESTINSTALLDIR)/LibreOffice.app"
@echo @echo
......
...@@ -98,7 +98,8 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/install)/install.phony: ...@@ -98,7 +98,8 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/install)/install.phony:
ifeq (TRUE,$(LIBO_TEST_INSTALL)) ifeq (TRUE,$(LIBO_TEST_INSTALL))
$(call instsetoo_native_install_command,openoffice,en-US,,,archive) $(call instsetoo_native_install_command,openoffice,en-US,,,archive)
unzip -q -d $(TESTINSTALLDIR) $(instsetoo_OUT)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,_Dev)/archive/install/en-US/LibreOffice*_archive.zip unzip -q -d $(TESTINSTALLDIR) $(instsetoo_OUT)/LibreOffice$(if $(ENABLE_RELEASE_BUILD),,_Dev)/archive/install/en-US/LibreOffice*_archive.zip
mv $(TESTINSTALLDIR)/LibreOffice*_archive/* $(TESTINSTALLDIR)/ mv $(TESTINSTALLDIR)/LibreOffice*_archive/LibreOffice*/* $(TESTINSTALLDIR)/
rmdir $(TESTINSTALLDIR)/LibreOffice*_archive/LibreOffice*
rmdir $(TESTINSTALLDIR)/LibreOffice*_archive rmdir $(TESTINSTALLDIR)/LibreOffice*_archive
ifeq (ODK,$(filter ODK,$(BUILD_TYPE))) ifeq (ODK,$(filter ODK,$(BUILD_TYPE)))
$(call instsetoo_native_install_command,sdkoo,en-US,_SDK,,archive) $(call instsetoo_native_install_command,sdkoo,en-US,_SDK,,archive)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment