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 4246ad1 commit 556a5e8Copy full SHA for 556a5e8
Makefile
@@ -181,7 +181,7 @@ $(OUT_DIR)/$(PKG_NAME).tar.gz:
181
$(OUT_DIR)/zip/$(PKG_NAME).zip:
182
mkdir -p $(OUT_DIR)/zip/$(PKG_NAME)
183
unix2dos -n LICENSE $(OUT_DIR)/zip/$(PKG_NAME)/LICENSE.txt
184
- unix2dos -n boxes-config $(OUT_DIR)/zip/$(PKG_NAME)/boxes.cfg
+ unix2dos -n --force boxes-config $(OUT_DIR)/zip/$(PKG_NAME)/boxes.cfg
185
unix2dos -n README.md $(OUT_DIR)/zip/$(PKG_NAME)/README.md
186
unix2dos -n README.Win32.md $(OUT_DIR)/zip/$(PKG_NAME)/README.Win32.md
187
unix2dos -n doc/boxes.1 $(OUT_DIR)/zip/$(PKG_NAME)/boxes.1
0 commit comments