From cb7996a565b4cc37601c5248aa889fb108023f9a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 7 Dec 2012 18:45:27 -0800 Subject: [PATCH] Fix windows installer license file --- mk/dist.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/dist.mk b/mk/dist.mk index b461598760b..dd9b2011707 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -46,8 +46,8 @@ PKG_FILES := \ UNROOTED_PKG_FILES := $(patsubst $(S)%,./%,$(PKG_FILES)) ifdef CFG_ISCC -LICENSE.txt: $(S)LICENSE.txt - cp $< $@ +LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT + cat $^ > $@ %.iss: $(S)src/etc/pkg/%.iss cp $< $@