Add a sudo to the installdir chmod.

This commit is contained in:
John Winans 2018-05-06 12:19:28 -05:00
parent 710d518940
commit eaeee37f2a

View File

@ -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