summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/mingw/module.rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules
index c8d132cef..57b10b2a1 100644
--- a/pkg/mingw/module.rules
+++ b/pkg/mingw/module.rules
@@ -11,13 +11,11 @@ $(PKG.libhb.zip): | $(STAGE.out.libhb/)
$(STAGE.out.cli/):
-$(MKDIR.exe) -p $@
$(CP.exe) HandBrakeCLI.exe $(STAGE.out.cli/)
- $(CP.exe) -R contrib/etc/fonts $(STAGE.out.cli/)/fonts/
$(call STAGE.doc,$(STAGE.out.cli/))
$(STAGE.out.libhb/):
-$(MKDIR.exe) -p $@
$(CP.exe) libhb/hb.dll $(STAGE.out.libhb/)
- $(CP.exe) -R contrib/etc/fonts $(STAGE.out.libhb/)/fonts/
$(call STAGE.doc,$(STAGE.out.libhb/))