summaryrefslogtreecommitdiff
path: root/desktop/Package_soffice_sh.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-18 20:42:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:08 +0200
commit451ee8a4d75d08e8162147f4c467c4d0673ba31f (patch)
tree9edf46a048c0b48b95c3b27780cdde3b42e818d5 /desktop/Package_soffice_sh.mk
parent0a4f7fd2808acacc807dd6e9f46a8583687698b3 (diff)
install soffice script into instdir
Change-Id: Id55fc6efcd957de926df79ca02200f4fda7c56b0
Diffstat (limited to 'desktop/Package_soffice_sh.mk')
-rw-r--r--desktop/Package_soffice_sh.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/Package_soffice_sh.mk b/desktop/Package_soffice_sh.mk
index 00e149c267e2..757c6817e8f9 100644
--- a/desktop/Package_soffice_sh.mk
+++ b/desktop/Package_soffice_sh.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Package_Package,desktop_soffice_sh,$(call gb_CustomTarget_get_workdir,desktop/soffice)))
-$(eval $(call gb_Package_add_file,desktop_soffice_sh,bin/soffice,soffice.sh))
+$(eval $(call gb_Package_set_outdir,desktop_soffice_sh,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_file,desktop_soffice_sh,$(gb_PROGRAMDIRNAME)/soffice,soffice.sh))
# vim:set noet sw=4 ts=4: