summaryrefslogtreecommitdiffhomepage
path: root/once/custom.sh
diff options
context:
space:
mode:
Diffstat (limited to 'once/custom.sh')
-rwxr-xr-xonce/custom.sh3
1 files changed, 3 insertions, 0 deletions
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