From 2b6df183d7c0bc97b0825f52dfe8a2ec52577009 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 20 2019 13:35:16 +0000 Subject: custom.sh: create ntctty's default log directory. --- 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