Fix windows installer license file

This commit is contained in:
Brian Anderson 2012-12-07 18:45:27 -08:00
parent ab3b752906
commit cb7996a565
1 changed files with 2 additions and 2 deletions

View File

@ -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 $< $@