Kaydet (Commit) e69253f3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

unpack_update is LINUX, SOLARIS only

cf. a1d2774e "INTEGRATION: CWS
onlineupdate6: #i82283# added unpack and update script"

Change-Id: Id4f8180fb189f06f5a463fe852c8a51a20680cf5
üst e56c495f
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment