mirror of
https://github.com/kr15h/ofxPiMapper.git
synced 2026-06-16 12:31:49 +02:00
Fix CI script path for rpi target
This commit is contained in:
@@ -57,7 +57,7 @@ mount "${rootdev}" "${MOUNT}"
|
||||
mount "${bootdev}" "${MOUNT}/boot"
|
||||
|
||||
# Copy our installation script and other artifacts.
|
||||
install -Dm755 "${SCRIPT}" "${MOUNT}/tmp/${SCRIPT}"
|
||||
install -Dm755 "./scripts/ci/rpi/${SCRIPT}" "${MOUNT}/tmp/${SCRIPT}"
|
||||
|
||||
# Prep the chroot.
|
||||
mount --bind /proc "${MOUNT}/proc"
|
||||
|
||||
@@ -52,7 +52,7 @@ mount "${rootdev}" "${MOUNT}"
|
||||
mount "${bootdev}" "${MOUNT}/boot"
|
||||
|
||||
# Copy our installation script and other artifacts.
|
||||
install -Dm755 "${SCRIPT}" "${MOUNT}/tmp/${SCRIPT}"
|
||||
install -Dm755 "./scripts/ci/rpi/${SCRIPT}" "${MOUNT}/tmp/${SCRIPT}"
|
||||
|
||||
# Prep the chroot.
|
||||
mount --bind /proc "${MOUNT}/proc"
|
||||
|
||||
Reference in New Issue
Block a user