From f3a1a15324a3032c2578ec3616f4d0f0a1bef59a Mon Sep 17 00:00:00 2001 From: nils1603 Date: Sun, 23 Apr 2017 05:49:14 +0200 Subject: [PATCH] updated command for raspberry (#435) updated cp command, otherwise /opt/opt/... will be created... --- CompileHowto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompileHowto.md b/CompileHowto.md index 3c35a287..a8baf2d0 100644 --- a/CompileHowto.md +++ b/CompileHowto.md @@ -18,7 +18,7 @@ and copies the required files to the correct place. The firmware directory can b ``` export FIRMWARE_DIR="raspberrypi-firmware" git clone --depth 1 https://github.com/raspberrypi/firmware.git "$FIRMWARE_DIR" -sudo cp -R "$FIRMWARE_DIR/hardfp/opt/" /opt +sudo cp -R "$FIRMWARE_DIR/hardfp/opt/" / ``` ## Arch