updated command for raspberry (#435)

updated cp command, otherwise /opt/opt/... will be created...
This commit is contained in:
nils1603 2017-04-23 05:49:14 +02:00 committed by redPanther
parent d5b6881715
commit f3a1a15324
1 changed files with 1 additions and 1 deletions

View File

@ -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