alliance is installed locally, in the user home directory, not as a system-wide
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 1 Oct 2021 14:11:29 +0000 (15:11 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 1 Oct 2021 14:11:29 +0000 (15:11 +0100)
install.
https://bugs.libre-soc.org/show_bug.cgi?id=696#c40

coriolis_install

index 144144778230c55493608c9be457be178692dc47..04e3405837f1064af1790319cb47304e450d8957 100755 (executable)
@@ -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