We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda89da commit a1d26d8Copy full SHA for a1d26d8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: ab3b75290632c963d3db3828c7ef5d28b882a46f
+refs/heads/master: cb7996a565b4cc37601c5248aa889fb108023f9a
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/mk/dist.mk
@@ -46,8 +46,8 @@ PKG_FILES := \
46
UNROOTED_PKG_FILES := $(patsubst $(S)%,./%,$(PKG_FILES))
47
48
ifdef CFG_ISCC
49
-LICENSE.txt: $(S)LICENSE.txt
50
- cp $< $@
+LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
+ cat $^ > $@
51
52
%.iss: $(S)src/etc/pkg/%.iss
53
cp $< $@
0 commit comments