how-lix-os-pkgs/e2fsprogs/default/inst.sh

20 lines
375 B
Bash
Executable File

#!/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