We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612e22e commit 4aa7a8aCopy full SHA for 4aa7a8a
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