setup_native/Package_scripts.mk | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit e69253f35ec73fc269580e2f6735e0d2d953d0fb Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Feb 9 15:09:09 2015 +0100 unpack_update is LINUX, SOLARIS only cf. a1d2774e1aae2537fb843085135ddfdbd6ae207b "INTEGRATION: CWS onlineupdate6: #i82283# added unpack and update script" Change-Id: Id4f8180fb189f06f5a463fe852c8a51a20680cf5 diff --git a/setup_native/Package_scripts.mk b/setup_native/Package_scripts.mk index 53ddd96..da754e1 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits