Skip to content

Commit 7a70c69

Browse files
committed
auto merge of #13218 : brson/rust/dist-mac, r=sfackler
2 parents 612e22e + 4aa7a8a commit 7a70c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/dist.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ dist/$(PKG_NAME)-$(1).pkg: $(S)src/etc/pkg/Distribution.xml LICENSE.txt \
171171
--resources tmp/dist/pkgres-$(1) dist/$(PKG_NAME)-$(1).pkg
172172
$(Q)rm -rf tmp rust.pkg
173173

174-
tmp/dist/pkgres-$(1)/LICENSE.txt: $(S)/LICENSE.txt
174+
tmp/dist/pkgres-$(1)/LICENSE.txt: LICENSE.txt
175175
@$$(call E,pkg resource LICENSE.txt)
176176
$(Q)mkdir -p $$(@D)
177177
$(Q)cp $$< $$@

0 commit comments

Comments
 (0)