diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 19:30:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-28 20:17:26 +0100 |
commit | 8df17a34095dce7db16d9d2e505043f806704f66 (patch) | |
tree | 80695a18d5364344e1ac1ee376200a96fe569268 /languagetool | |
parent | 176782e3030d17a05dc7addf4f23bb465995a1db (diff) |
gbuild: set Package default target to INSTDIR
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
Diffstat (limited to 'languagetool')
-rw-r--r-- | languagetool/Package_languagetool.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languagetool/Package_languagetool.mk b/languagetool/Package_languagetool.mk index 1738c868b884..a40a1e401e32 100644 --- a/languagetool/Package_languagetool.mk +++ b/languagetool/Package_languagetool.mk @@ -9,6 +9,8 @@ $(eval $(call gb_Package_Package,languagetool,$(call gb_UnpackedTarball_get_dir,languagetool))) +$(eval $(call gb_Package_set_outdir,languagetool,$(OUTDIR))) + $(eval $(call gb_Package_use_external_project,languagetool,languagetool)) $(eval $(call gb_Package_add_file,languagetool,bin/LanguageTool.oxt,dist/LanguageTool.oxt)) |