From 04cec317cc4437eed514f4277f6779010e587662 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Feb 2013 11:29:04 +0100 Subject: Removing incomplete support for root-command. --- scripts/build/bootstrap_cache | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'scripts/build/bootstrap_cache') diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index 7eae975fe..30e876d22 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -50,12 +50,7 @@ do rm -rf chroot # Restoring old cache - ${LB_ROOT_COMMAND} cp -a cache/bootstrap chroot - - if [ -n "${LB_ROOT_COMMAND}" ] - then - ${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) chroot - fi + cp -a cache/bootstrap chroot # Creating stage file Create_stagefile .build/bootstrap_cache.restore @@ -81,12 +76,7 @@ do mkdir -p cache - ${LB_ROOT_COMMAND} cp -a chroot cache/bootstrap - - if [ -n "${LB_ROOT_COMMAND}" ] - then - ${LB_ROOT_COMMAND} chown -R $(whoami):$(whoami) cache/bootstrap - fi + cp -a chroot cache/bootstrap # Creating stage file Create_stagefile .build/bootstrap_cache.save -- cgit v1.2.3