From 689444c7e1d724bd01327fe892f836654ffb0e74 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 1 Oct 2021 15:11:29 +0100 Subject: [PATCH] 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 --- coriolis_install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2