auto merge of #13218 : brson/rust/dist-mac, r=sfackler

This commit is contained in:
bors 2014-03-30 19:56:40 -07:00
commit 7a70c69a31
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ dist/$(PKG_NAME)-$(1).pkg: $(S)src/etc/pkg/Distribution.xml LICENSE.txt \
--resources tmp/dist/pkgres-$(1) dist/$(PKG_NAME)-$(1).pkg
$(Q)rm -rf tmp rust.pkg
tmp/dist/pkgres-$(1)/LICENSE.txt: $(S)/LICENSE.txt
tmp/dist/pkgres-$(1)/LICENSE.txt: LICENSE.txt
@$$(call E,pkg resource LICENSE.txt)
$(Q)mkdir -p $$(@D)
$(Q)cp $$< $$@