#!/bin/sh set -e cd /mnt/build # 'make install' doesn't create these and errors out if they don't exist. mkdir -p /share/man/man5 \ /share/man/man3 \ /share/et \ /share/ss \ /include/et \ /include/ss \ /include/e2p \ /include/uuid \ /include/blkid \ /include/ext2fs make -j$(nproc) install