projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ae1af
)
alliance is installed locally, in the user home directory, not as a system-wide
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 1 Oct 2021 14:11:29 +0000
(15:11 +0100)
committer
Luke 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
patch
|
blob
|
history
diff --git
a/coriolis_install
b/coriolis_install
index 144144778230c55493608c9be457be178692dc47..04e3405837f1064af1790319cb47304e450d8957 100755
(executable)
--- 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