Browse Source

Fix CI script path for rpi target

master
Krisjanis Rijnieks 7 years ago
parent
commit
f2da49b899
  1. 2
      scripts/ci/rpi/addons.sh
  2. 2
      scripts/ci/rpi/finalize.sh

2
scripts/ci/rpi/addons.sh

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

2
scripts/ci/rpi/finalize.sh

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

Loading…
Cancel
Save