summaryrefslogtreecommitdiff
path: root/smoketestoo_native/makefile.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-04-22 18:39:29 +0200
committerJens-Heiner Rechtien <hr@openoffice.org>2010-04-22 18:39:29 +0200
commite5fdcb5c6bbb0c65054c3c78abf3f782be963c23 (patch)
tree375f8fef744e30240181d448246d98a5b52267d8 /smoketestoo_native/makefile.mk
parent388184507429ef932cfa6d725ea146063a69d934 (diff)
DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces
Diffstat (limited to 'smoketestoo_native/makefile.mk')
-rw-r--r--smoketestoo_native/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk
index 8b497ddb4727..0337c748d914 100644
--- a/smoketestoo_native/makefile.mk
+++ b/smoketestoo_native/makefile.mk
@@ -55,13 +55,13 @@ $(BIN)/smoketestdoc.sxw: data/smoketestdoc.sxw
$(COPY) $< $@
.IF "$(OS)" != "WNT"
-$(installationtest_instpath).flag : \
- $(shell ls $(installationtest_instset)/OOo_*_install_*.tar.gz)
+$(installationtest_instpath).flag : $(shell ls \
+ $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz)
$(RM) -r $(installationtest_instpath)
$(MKDIRHIER) $(installationtest_instpath)
- cd $(installationtest_instpath) && \
- $(GNUTAR) xfz $(installationtest_instset)/OOo_*_install_*.tar.gz
- $(MV) $(installationtest_instpath)/OOo_*_install_* \
+ cd $(installationtest_instpath) && $(GNUTAR) xfz \
+ $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz
+ $(MV) $(installationtest_instpath)/OOo_*_install-arc_$(defaultlangiso) \
$(installationtest_instpath)/opt
$(TOUCH) $@
cpptest : $(installationtest_instpath).flag