diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-09 00:44:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-09 22:09:13 +0200 |
commit | b3b641090041f5708021f23272724a28fd61c73d (patch) | |
tree | b0d3dadfd6ea04509250bb8362101b1af4d48ed1 /desktop | |
parent | 6ec243f58d992ae9458c2ccd81f08a3d0ccf59bf (diff) |
desktop: put soffice.bin in INSTDIR too
Change-Id: Icfafff9120cae51c32ebfd87267e664f18f7ec8a
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Package_soffice_bin.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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: |