touchprint/export-image/00-allow-rerun/00-run.sh

6 lines
131 B
Bash
Raw Normal View History

2016-05-05 14:43:33 -04:00
#!/bin/bash -e
2018-03-02 15:08:24 -05:00
if [ ! -x "${ROOTFS_DIR}/usr/bin/qemu-arm-static" ]; then
cp /usr/bin/qemu-arm-static "${ROOTFS_DIR}/usr/bin/"
2016-05-05 14:43:33 -04:00
fi