[ooo-build-commit] .: smoketestoo_native/makefile.mk
Fridrich Strba
fridrich at kemper.freedesktop.org
Mon Sep 27 23:49:57 PDT 2010
smoketestoo_native/makefile.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9800c4dfbf86204b30e7d4fd5730fb4e9adeb5f9
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Thu Sep 23 08:59:57 2010 +0200
LibreOffice branding: make smoketests work
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 8098285..4bc5d29 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -53,12 +53,12 @@ OOO_CPPTEST_ARGS = $(SHL1TARGETN) -env:arg-doc=$(BIN)/smoketestdoc.sxw
.IF "$(OS)" != "WNT"
$(installationtest_instpath).flag : $(shell ls \
- $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz)
+ $(installationtest_instset)/LO_*_install-arc_$(defaultlangiso).tar.gz)
$(RM) -r $(installationtest_instpath)
$(MKDIRHIER) $(installationtest_instpath)
cd $(installationtest_instpath) && $(GNUTAR) xfz \
- $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz
- $(MV) $(installationtest_instpath)/OOo_*_install-arc_$(defaultlangiso) \
+ $(installationtest_instset)/LO_*_install-arc_$(defaultlangiso).tar.gz
+ $(MV) $(installationtest_instpath)/LO_*_install-arc_$(defaultlangiso) \
$(installationtest_instpath)/opt
$(TOUCH) $@
cpptest : $(installationtest_instpath).flag
More information about the ooo-build-commit
mailing list