| author | Alexandru Scvortov <alexandru@rabbitmq.com> |
| Mon Oct 03 12:32:48 2011 +0100 (19 months ago) | |
| branch | bug21319 |
| changeset 40 | 7c3cfe6adc48 |
| parent 37 | 99566bab4180 |
| child 41 | 75face0eaaaf |
| package.mk | file | annotate | diff | revisions |
1.1 --- a/package.mk Mon Sep 12 14:21:24 2011 +0100 1.2 +++ b/package.mk Mon Oct 03 12:32:48 2011 +0100 1.3 @@ -12,3 +12,11 @@ 1.4 1.5 # Webmachine source files do -include("include/...") 1.6 PACKAGE_ERLC_OPTS+=-I $(CLONE_DIR) 1.7 + 1.8 +define package_rules 1.9 + 1.10 +# This rule is run *before* the one in do_package.mk 1.11 +$(PLUGINS_SRC_DIST_DIR)/$(PACKAGE_DIR)/.srcdist_done:: 1.12 + cp $(CLONE_DIR)/LICENSE $(PACKAGE_DIR)/LICENSE-Apache-Basho 1.13 + 1.14 +endef