From eaeee37f2a8c2b3b7b1f6b14b2ebe988ff2125a5 Mon Sep 17 00:00:00 2001 From: John Winans Date: Sun, 6 May 2018 12:19:28 -0500 Subject: [PATCH] Add a sudo to the installdir chmod. --- book/toolchain/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/toolchain/chapter.tex b/book/toolchain/chapter.tex index 01bb52f..d28c6ab 100644 --- a/book/toolchain/chapter.tex +++ b/book/toolchain/chapter.tex @@ -30,7 +30,7 @@ sudo apt-get install autoconf automake autotools-dev curl libmpc-dev \ libmpfr-dev libgmp-dev gawk build-essential bison flex texinfo gperf \ libtool patchutils bc zlib1g-dev libexpat-dev sudo mkdir -p /usr/local/riscv/ -chmod 777 /usr/local/riscv/ +sudo chmod 777 /usr/local/riscv/ \end{verbatim} All other commands should be executed as a regular user. This will eliminate the