summaryrefslogtreecommitdiff
path: root/solenv/inc/installationtest.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
commit35170adf00ca910e1c1df1df540933e2b9e8fa39 (patch)
treed66fba96bdc039e79b82f706e82f835bb603abb7 /solenv/inc/installationtest.mk
parenta0de0def4a49a63c6675a622123b793da8b4c78d (diff)
DEV300 masterfix: #i111084#: fix smoketest for setsolar based child workspaces
Diffstat (limited to 'solenv/inc/installationtest.mk')
-rw-r--r--solenv/inc/installationtest.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/installationtest.mk b/solenv/inc/installationtest.mk
index 5e16759592cd..e13015d182ac 100644
--- a/solenv/inc/installationtest.mk
+++ b/solenv/inc/installationtest.mk
@@ -72,12 +72,12 @@ my_javaenv = \
# smoketestoo_native:
.IF "$(OS)" == "WNT"
$(MISC)/$(TARGET)/installation.flag : $(shell \
- ls $(installationtest_instset)/OOo_*_install_$(defaultlangiso).zip)
+ ls $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).zip)
$(MKDIRHIER) $(@:d)
my_tmp=$$(cygpath -m $$(mktemp -dt ooosmoke.XXXXXX)) && \
- unzip $(installationtest_instset)/OOo_*_install_$(defaultlangiso).zip \
+ unzip $(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).zip \
-d "$$my_tmp" && \
- mv "$$my_tmp"/OOo_*_install_$(defaultlangiso) "$$my_tmp"/opt && \
+ mv "$$my_tmp"/OOo_*_install-arc_$(defaultlangiso) "$$my_tmp"/opt && \
echo "$$my_tmp" > $@
.END