Fix CI script path for rpi target

This commit is contained in:
Krisjanis Rijnieks
2018-05-15 17:30:28 +02:00
parent a0dce821cd
commit f2da49b899
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"