summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-05-19 12:01:26 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-05-19 12:01:26 +0200
commit9018d3dbb6c5d45093b15eebccb163ef15b7f954 (patch)
tree7d749ae1ca6a9e8f5343f9988b550bc09552848c
parent014caf31e1bcd05636b34d9ae246f7d2afcce429 (diff)
masterfix #i10000# no need to test JRE
Notes
split repo tag: testing_ooo/DEV300_m78
-rw-r--r--smoketestoo_native/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index a945ac89e99c..0337c748d914 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -56,12 +56,12 @@ $(BIN)/smoketestdoc.sxw: data/smoketestdoc.sxw
.IF "$(OS)" != "WNT"
$(installationtest_instpath).flag : $(shell ls \
- $(installationtest_instset)/OOo_*_install-arc*_$(defaultlangiso).tar.gz)
+ $(installationtest_instset)/OOo_*_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)/OOo_*_install-arc_$(defaultlangiso).tar.gz
+ $(MV) $(installationtest_instpath)/OOo_*_install-arc_$(defaultlangiso) \
$(installationtest_instpath)/opt
$(TOUCH) $@
cpptest : $(installationtest_instpath).flag