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:
2500ae6
)
tasyagle-install: Install to /usr/local
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Mon, 18 Jul 2022 11:46:08 +0000
(12:46 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Mon, 18 Jul 2022 11:46:08 +0000
(12:46 +0100)
tasyagle-install
patch
|
blob
|
history
diff --git
a/tasyagle-install
b/tasyagle-install
index d4c8ff422e1fdbfc2ab8027fdbc53ae531d81355..c2bbf1156f65de8d48af493acafc3dfd1c618e94 100755
(executable)
--- a/
tasyagle-install
+++ b/
tasyagle-install
@@
-13,12
+13,11
@@
apt-get install -y quilt tcsh swig libedit-dev tcl8.6-dev \
mkdir -p /home/$SUDO_USER/src
cd /home/$SUDO_USER/src
-git clone https://git
lab.lip6.fr/vlsi-eda
/tas-yagle.git
+git clone https://git
.libre-soc.org/git
/tas-yagle.git
cd tas-yagle
-git remote add libresoc https://git.libre-soc.org/git/tas-yagle.git
-git pull libresoc master
-./build.sh
+# Specify installation dir
+installDir="/usr/local" ./build.sh
cd /home/$SUDO_USER/src
chown -R $SUDO_USER .