summaryrefslogtreecommitdiffstats
path: root/solenv/inc/installationtest.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-11 03:25:12 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-11 03:25:12 +0200
commit7ab121c2524f1378438b73aea077f37dca00ca16 (patch)
treed66ae905ea84e14a9e3bafff3d126b1454ced5ea /solenv/inc/installationtest.mk
parentCALL_CDECL is always TRUE (diff)
downloadcore-7ab121c2524f1378438b73aea077f37dca00ca16.tar.gz
core-7ab121c2524f1378438b73aea077f37dca00ca16.zip
UPDATER, whatever it means, was fixed at YES, so factor out
Diffstat (limited to 'solenv/inc/installationtest.mk')
-rw-r--r--solenv/inc/installationtest.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/installationtest.mk b/solenv/inc/installationtest.mk
index cf88139a3408..3c5cf32b1ace 100644
--- a/solenv/inc/installationtest.mk
+++ b/solenv/inc/installationtest.mk
@@ -45,10 +45,10 @@ my_file = file:///
my_file = file://
.END
-# The following conditional is an approximation of: UPDATER set to YES and
+# The following conditional is an approximation of:
# SHIPDRIVE set and either SOL_TMP not set or
# SOLARENV set to a pathname of which SOL_TMP is not a prefix:
-.IF "$(UPDATER)" == "YES" && "$(SHIPDRIVE)" != "" && \
+.IF "$(SHIPDRIVE)" != "" && \
"$(SOLARENV:s/$(SOL_TMP)//" == "$(SOLARENV)"
my_instsets = $(shell ls -dt \
$(SHIPDRIVE)/$(INPATH)/LibreOffice/archive/$(WORK_STAMP)_$(LAST_MINOR)_native_packed-*_$(defaultlangiso).$(BUILD))