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:
3066663
)
set src directory to $SUDO_USER
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 14 Jun 2022 20:52:47 +0000
(21:52 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 14 Jun 2022 20:52:47 +0000
(21:52 +0100)
hdl-tools-yosys
patch
|
blob
|
history
diff --git
a/hdl-tools-yosys
b/hdl-tools-yosys
index 6f83c89e0d30f2f17bc959f854cf27c60c4a7a59..1e39f5fa293f21f1184c3ee57361f8f27d91a51c 100755
(executable)
--- a/
hdl-tools-yosys
+++ b/
hdl-tools-yosys
@@
-62,6
+62,6
@@
cd build
make -j$(nproc)
make install
-cd /home/$SUDO_USER/src
/hdl_tools
+cd /home/$SUDO_USER/src
chown -R $SUDO_USER .
chgrp -R $SUDO_USER .