From: Luke Kenneth Casson Leighton Date: Fri, 1 Oct 2021 14:11:29 +0000 (+0100) Subject: alliance is installed locally, in the user home directory, not as a system-wide X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=689444c7e1d724bd01327fe892f836654ffb0e74;p=dev-env-setup.git alliance is installed locally, in the user home directory, not as a system-wide install. https://bugs.libre-soc.org/show_bug.cgi?id=696#c40 --- diff --git a/coriolis_install b/coriolis_install index 1441447..04e3405 100755 --- a/coriolis_install +++ b/coriolis_install @@ -90,7 +90,8 @@ cd /home/$USER/alliance/build cd /home/$USER/alliance/build source /home/$USER/coriolisenv -sudo make -j1 install +#make and install locally as local user +make -j1 install # Install and configure alliance-check-toolkit cd /home/$USER