Kaydet (Commit) ae9676e0 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Respect TARFILE_LOCATION variable.

Thanks to Matus for pointers.

Change-Id: Iff2254a3f59ae95c11988a33f322ede5d04b5452
üst f2851a27
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Technically these files do not belong to extras module, but they must # Technically these files do not belong to extras module, but they must
# be delivered from somewhere, so why not from extras... # be delivered from somewhere, so why not from extras...
$(eval $(call gb_Package_Package,extras_extensions,$(SRCDIR)/src)) $(eval $(call gb_Package_Package,extras_extensions,$(TARFILE_LOCATION)))
ifneq ($(BARCODE_EXTENSION_PACK),) ifneq ($(BARCODE_EXTENSION_PACK),)
$(eval $(call gb_Package_add_file,extras_extensions,bin/Barcode.oxt,$(BARCODE_EXTENSION_PACK))) $(eval $(call gb_Package_add_file,extras_extensions,bin/Barcode.oxt,$(BARCODE_EXTENSION_PACK)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment