Skip to content

Commit

Permalink
Fix copying of public_suffix_list.dat.gz in win/Makefile.in. Thanks, …
Browse files Browse the repository at this point in the history
…Paul!
  • Loading branch information
jan.nijtmans committed Jun 11, 2021
1 parent f271e62 commit 19c1bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ install-libraries: libraries install-tzdata install-msgs
$(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \
done;
@echo "Installing package cookiejar 0.2"
@for j in $(ROOT_DIR)/library/cookiejar/*.{tcl,txt.gz}; \
@for j in $(ROOT_DIR)/library/cookiejar/*.{tcl,gz}; \
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \
done;
Expand Down

0 comments on commit 19c1bb0

Please sign in to comment.