diff options
author | sr55 <[email protected]> | 2012-02-02 20:06:17 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-02-02 20:06:17 +0000 |
commit | 9b99027dfe2346890c2125c4be4be7757df287a5 (patch) | |
tree | 3bf384d53499cdacf8ee06da14c129dfd39ec5bf | |
parent | 486b1aa6f45685a6ba541e3a0caf589fa80bf1f5 (diff) |
WinGui: Attempt to package fonts.config with HandBrakeCLI
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4432 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | pkg/mingw/module.rules | 1 |
1 files changed, 1 insertions, 0 deletions
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/))
|