From b3b641090041f5708021f23272724a28fd61c73d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Mon, 9 Sep 2013 00:44:21 +0200 Subject: desktop: put soffice.bin in INSTDIR too Change-Id: Icfafff9120cae51c32ebfd87267e664f18f7ec8a --- desktop/Package_soffice_bin.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/Package_soffice_bin.mk b/desktop/Package_soffice_bin.mk index d542cb46250f..923742697631 100644 --- a/desktop/Package_soffice_bin.mk +++ b/desktop/Package_soffice_bin.mk @@ -9,6 +9,8 @@ $(eval $(call gb_Package_Package,desktop_soffice_bin,$(gb_Executable_BINDIR))) -$(eval $(call gb_Package_add_file,desktop_soffice_bin,bin/soffice.bin,soffice_bin$(gb_Executable_EXT))) +$(eval $(call gb_Package_set_outdir,desktop_soffice_bin,$(INSTDIR))) + +$(eval $(call gb_Package_add_file,desktop_soffice_bin,$(LIBO_BIN_FOLDER)/soffice.bin,soffice_bin$(gb_Executable_EXT))) # vim: set shiftwidth=4 tabstop=4 noexpandtab: -- cgit