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:
75c1199
)
Changed chown and chgrp to change ownership of the . directory (hdl_tools)
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Fri, 10 Sep 2021 21:52:59 +0000
(22:52 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Fri, 10 Sep 2021 21:52:59 +0000
(22:52 +0100)
hdl-tools-yosys
patch
|
blob
|
history
diff --git
a/hdl-tools-yosys
b/hdl-tools-yosys
index a27e8aac492ac8c5dddc6a95fb175125a59de319..086bda8728a1c2f3b71baf2208c584993ed2febc 100755
(executable)
--- a/
hdl-tools-yosys
+++ b/
hdl-tools-yosys
@@
-42,5
+42,5
@@
make -j$(nproc)
make install
cd /home/$SUDO_USER/src/hdl_tools
-chown -R $SUDO_USER
hdl_tools
-chgrp -R $SUDO_USER
hdl_tools
+chown -R $SUDO_USER
.
+chgrp -R $SUDO_USER
.