From 52402f1a52ab28224d8e98f30b7e244f13aabac5 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 24 Mar 2012 10:39:30 +0000 Subject: [PATCH] Add sudo to the create-du_sbu command in Makefile, so that it can read all the dirs --- LFS/master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LFS/master.sh b/LFS/master.sh index e66dcbf..8b4fa42 100644 --- a/LFS/master.sh +++ b/LFS/master.sh @@ -533,7 +533,7 @@ CUSTOM_TOOLS: $custom_list create-sbu_du-report: mk_BOOT @\$(call echo_message, Building) @if [ "\$(ADD_REPORT)" = "y" ]; then \\ - ./create-sbu_du-report.sh logs $VERSION; \\ + sudo ./create-sbu_du-report.sh logs $VERSION; \\ \$(call echo_report,$VERSION-SBU_DU-$(date --iso-8601).report); \\ fi; @touch \$@