From 9b99027dfe2346890c2125c4be4be7757df287a5 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 2 Feb 2012 20:06:17 +0000 Subject: WinGui: Attempt to package fonts.config with HandBrakeCLI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4432 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- pkg/mingw/module.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/mingw/module.rules b/pkg/mingw/module.rules index b9ba1d996..3ce0580b8 100644 --- a/pkg/mingw/module.rules +++ b/pkg/mingw/module.rules @@ -8,6 +8,7 @@ $(PKG.cli.zip): | $(STAGE.out.cli/) $(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/)) -- cgit v1.2.3