setup_native: Package_misc to INSTDIR

Change-Id: Ieaceb78438712bf4bde05daf3a7fd0a82ad9baed
This commit is contained in:
Michael Stahl 2013-10-30 16:48:58 +01:00
parent 862b9390b4
commit 4066d31903
2 changed files with 8 additions and 5 deletions

View file

@ -13,7 +13,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
$(if $(filter LINUX SOLARIS,$(OS)),Library_getuid) \
CustomTarget_spell \
Package_packinfo \
Package_misc \
))
ifeq ($(OS),MACOSX)
@ -23,6 +22,12 @@ $(eval $(call gb_Module_add_targets,setup_native,\
))
endif
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,setup_native,\
Package_misc \
))
endif
ifeq ($(OS)$(COM),WNTMSC)
$(eval $(call gb_Module_add_targets,setup_native,\
Library_instooofiltmsi \

View file

@ -7,10 +7,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Package_Package,setup_native/misc,$(SRCDIR)/setup_native/source))
$(eval $(call gb_Package_Package,setup_native_misc,$(SRCDIR)/setup_native/source))
$(eval $(call gb_Package_set_outdir,setup_native/misc,$(OUTDIR)))
$(eval $(call gb_Package_add_file,setup_native/misc,bin/desktophelper.txt,win32/desktophelper.txt))
$(eval $(call gb_Package_add_file,setup_native_misc,$(LIBO_BIN_FOLDER)/desktophelper.txt,win32/desktophelper.txt))
# vim: set noet sw=4 ts=4: