From 6e29a8a299236f468ebb73602fa98b0f66177e92 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 10 Mar 2017 03:04:50 +0100 Subject: [PATCH] create strapdir/tmp with good permissions --- zlibs/bootstrap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index eccf236..7eb0d5b 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -45,6 +45,9 @@ bootstrap_complete_base() { [[ $arch =~ "^arm.." ]] && { qemu_install_user || zerr } + sudo mkdir -p $strapdir/tmp + sudo chmod 1777 $strapdir/tmp + ## debootstrap stage 2 notice "running debootstrap stage 2" sudo -E chroot $strapdir \