summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-27 17:04:07 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-27 18:09:02 +0100
commit6dc9979507234b5c17199389b58c02d4a7ef144c (patch)
tree2a2f3ec11d97eb8e3924ceb33cae6517e6002fde /scp2
parent935b30c0abd630f387800900f24623f1e0632cb4 (diff)
normalize values of WITH_EXTENSION_INTEGRATION/WITH_HELPPACK_INTEGRATION
Change-Id: I198f77d927c9283914924440cdf0cece619bc867
Diffstat (limited to 'scp2')
-rw-r--r--scp2/InstallScript_setup_osl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/InstallScript_setup_osl.mk b/scp2/InstallScript_setup_osl.mk
index 75f2a8c2b638..fe8a54a65ba1 100644
--- a/scp2/InstallScript_setup_osl.mk
+++ b/scp2/InstallScript_setup_osl.mk
@@ -36,7 +36,7 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\
$(if $(filter TRUE,$(ENABLE_CRASHDUMP)),\
scp2/crashrep \
) \
- $(if $(filter YES,$(WITH_EXTENSION_INTEGRATION)),\
+ $(if $(WITH_EXTENSION_INTEGRATION),\
scp2/extensions \
) \
$(if $(filter TRUE,$(ENABLE_EVOAB2) $(ENABLE_GCONF) $(ENABLE_GNOMEVFS) $(ENABLE_GIO) $(ENABLE_GTK) $(ENABLE_GTK3)),\