We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 612e22e + 4aa7a8a commit 7a70c69Copy full SHA for 7a70c69
mk/dist.mk
@@ -171,7 +171,7 @@ dist/$(PKG_NAME)-$(1).pkg: $(S)src/etc/pkg/Distribution.xml LICENSE.txt \
171
--resources tmp/dist/pkgres-$(1) dist/$(PKG_NAME)-$(1).pkg
172
$(Q)rm -rf tmp rust.pkg
173
174
-tmp/dist/pkgres-$(1)/LICENSE.txt: $(S)/LICENSE.txt
+tmp/dist/pkgres-$(1)/LICENSE.txt: LICENSE.txt
175
@$$(call E,pkg resource LICENSE.txt)
176
$(Q)mkdir -p $$(@D)
177
$(Q)cp $$< $$@
0 commit comments