From 9a9baa609b64a659d3b7f2e264d07ff989b1a83b Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Thu, 7 Dec 2017 09:59:27 -0500 Subject: [PATCH] docs: Fix typo on Building HandBrake for BSD. --- source/docs/en/latest/developer/build-bsd.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/en/latest/developer/build-bsd.markdown b/source/docs/en/latest/developer/build-bsd.markdown index c1598e78..2c3e63cf 100644 --- a/source/docs/en/latest/developer/build-bsd.markdown +++ b/source/docs/en/latest/developer/build-bsd.markdown @@ -38,7 +38,7 @@ When complete, you will find `HandBrakeCLI` in the `build` directory. Install HandBrake (optional). - cd build && sudo make install + cd build && sudo gmake install To start over, simply remove the `build` directory.