diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-22 18:39:29 +0200 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-04-22 18:39:29 +0200 |
commit | e006133680b7dca510dd8d95193f05cf3c105dfa (patch) | |
tree | 19a4a13d189fcf141b3bb416d0aadfde9481d570 /smoketestoo_native | |
parent | 6372b74edb4a38f93de1fe826b8a2369ce1f0413 (diff) |
DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces
Diffstat (limited to 'smoketestoo_native')
-rw-r--r-- | smoketestoo_native/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/smoketestoo_native/makefile.mk b/smoketestoo_native/makefile.mk index 8b497ddb4..0337c748d 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 |