Skip to content

Commit 556a5e8

Browse files
committed
Tolerate escape codes in config file when converting line endings for windows package
1 parent 4246ad1 commit 556a5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ $(OUT_DIR)/$(PKG_NAME).tar.gz:
181181
$(OUT_DIR)/zip/$(PKG_NAME).zip:
182182
mkdir -p $(OUT_DIR)/zip/$(PKG_NAME)
183183
unix2dos -n LICENSE $(OUT_DIR)/zip/$(PKG_NAME)/LICENSE.txt
184-
unix2dos -n boxes-config $(OUT_DIR)/zip/$(PKG_NAME)/boxes.cfg
184+
unix2dos -n --force boxes-config $(OUT_DIR)/zip/$(PKG_NAME)/boxes.cfg
185185
unix2dos -n README.md $(OUT_DIR)/zip/$(PKG_NAME)/README.md
186186
unix2dos -n README.Win32.md $(OUT_DIR)/zip/$(PKG_NAME)/README.Win32.md
187187
unix2dos -n doc/boxes.1 $(OUT_DIR)/zip/$(PKG_NAME)/boxes.1

0 commit comments

Comments
 (0)