Skip to content

Commit 1540d3b

Browse files
authored
Tell cp to follow symbolic links
1 parent f3e9822 commit 1540d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ if [ "$deploy_boot" == "y" ]; then
9090
fi
9191
9292
if [ "$PLATFORM" == "rpi4" ]; then
93-
sudo cp -r ../bsp/rpi4/* fs/
93+
sudo cp -rL ../bsp/rpi4/* fs/
9494
sudo cp ../u-boot/u-boot.bin fs/kernel7.img
9595
./umount.sh
9696
cd ..
9797
fi
9898
9999
if [ "$PLATFORM" == "rpi4_64" -o "$PLATFORM" == "cm4_64" ]; then
100-
sudo cp -r ../bsp/rpi4/* fs/
100+
sudo cp -rL ../bsp/rpi4/* fs/
101101
sudo cp ../u-boot/u-boot.bin fs/kernel8.img
102102
./umount.sh
103103
cd ..

0 commit comments

Comments
 (0)