From edf6dacf55407be8c2823b5b46b9012480640043 Mon Sep 17 00:00:00 2001 From: Johny Mattsson Date: Mon, 2 Oct 2017 12:25:05 +1100 Subject: [PATCH] Fix to cope with dir permissions. During regular operation the parent directory ends up owned by root and the sudo is required for the mkdir to succeed. --- zlibs/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index a2687f8..b8b30ea 100644 --- a/zlibs/bootstrap +++ b/zlibs/bootstrap @@ -168,7 +168,7 @@ bootstrap_tar_unpack() { # act "skipping tarball unpack" # else sudo rm -rf ${unpath} - mkdir -p ${unpath} + sudo mkdir -p ${unpath} silly sudo tar xfp $bootstrap_tgz -C ${unpath} sudo mkdir -p ${unpath}/{boot,dev,sys,proc}