6 lines
127 B
Bash
Raw Normal View History

2016-05-05 19:43:33 +01:00
#!/bin/bash -e
if [ ! -x ${ROOTFS_DIR}/usr/bin/qemu-arm-static ]; then
cp /usr/bin/qemu-arm-static ${ROOTFS_DIR}/usr/bin/
fi