From 2b6df183d7c0bc97b0825f52dfe8a2ec52577009 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 20 Jun 2019 09:35:16 -0400 Subject: custom.sh: create ntctty's default log directory. --- once/custom.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3