Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6297e31

Browse files
committed
fix path
1 parent a8a6659 commit 6297e31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/sdcard/create_retropie_images.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ _EOF_
2929
rm -rf "$SRC/home/pi/"{.dosbox,.gngeo,.advance,.pulse-cookie}
3030

3131
# we clone these repositories from outside of the chroot due to qemu chroot deadlocks with git
32+
set -x
3233
pushd "$SRC/home/pi"
3334
git clone --depth 1 https://github.com/RetroPie/RetroPie-Setup.git
34-
chown -R 1000:1000 "$SRC/home/pi/RetroPie-Setup"
35+
chown -R 1000:1000 "RetroPie-Setup"
3536
popd
3637

3738
# checkout splashscreens

0 commit comments

Comments
 (0)