summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-09 15:09:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-09 15:11:52 +0100
commite69253f35ec73fc269580e2f6735e0d2d953d0fb (patch)
tree0d5da549a7d06aa0d6888e9e2403e936b6b515ac /setup_native
parente56c495ffaa242fc00347d859badf43ec3f27546 (diff)
unpack_update is LINUX, SOLARIS only
cf. a1d2774e1aae2537fb843085135ddfdbd6ae207b "INTEGRATION: CWS onlineupdate6: #i82283# added unpack and update script" Change-Id: Id4f8180fb189f06f5a463fe852c8a51a20680cf5
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/Package_scripts.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/Package_scripts.mk b/setup_native/Package_scripts.mk
index 53ddd96b762b..da754e11fee1 100644
--- a/setup_native/Package_scripts.mk
+++ b/setup_native/Package_scripts.mk
@@ -10,7 +10,9 @@
$(eval $(call gb_Package_Package,setup_native_scripts,$(SRCDIR)/setup_native/scripts))
ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
+ifneq ($(filter LINUX SOLARIS,$(OS)),)
$(eval $(call gb_Package_add_file,setup_native_scripts,$(LIBO_BIN_FOLDER)/unpack_update,unpack_update.sh))
endif
+endif
# vim: set noet sw=4 ts=4: