diff --git a/once/custom.sh b/once/custom.sh index c3d611a..26b3e58 100755 --- a/once/custom.sh +++ b/once/custom.sh @@ -13,6 +13,9 @@ fi mkdir -p "$SYSROOT"/tmp || exit 2 chmod 0775 "$SYSROOT"/tmp || exit 2 +mkdir -p "$SYSROOT"/var/log/ntctty || exit 2 +chmod 0775 "$SYSROOT"/var/log/ntctty || exit 2 + if [ -f /vendor.sh ]; then /vendor.sh fi