summaryrefslogtreecommitdiff
path: root/desktop/Package_soffice_sh.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-30 20:29:04 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-04 11:31:55 +0200
commitd5c18a48f82a7336536b6a353f267aefc1142455 (patch)
treeffef355ba6f5431be491af21ceaa93c843725adc /desktop/Package_soffice_sh.mk
parent4873eb6f5c79f3637b209888b7ddb51d66abbfb6 (diff)
desktop: use CustomTarget makefile
Diffstat (limited to 'desktop/Package_soffice_sh.mk')
-rw-r--r--desktop/Package_soffice_sh.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/desktop/Package_soffice_sh.mk b/desktop/Package_soffice_sh.mk
index 5cf1df356a58..48a1f9c8faf0 100644
--- a/desktop/Package_soffice_sh.mk
+++ b/desktop/Package_soffice_sh.mk
@@ -25,14 +25,8 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Package_Package,desktop_soffice_sh,$(WORKDIR)/CustomTarget/desktop/scripts))
+$(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_add_customtarget,desktop_soffice_sh,desktop/scripts))
-
-$(eval $(call gb_CustomTarget_add_dependencies,desktop/scripts,\
- desktop/scripts/soffice.sh \
-))
-
# vim:set shiftwidth=4 softtabstop=4 expandtab: