Changed chown and chgrp to change ownership of the . directory (hdl_tools)
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Fri, 10 Sep 2021 21:52:59 +0000 (22:52 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Fri, 10 Sep 2021 21:52:59 +0000 (22:52 +0100)
hdl-tools-yosys

index a27e8aac492ac8c5dddc6a95fb175125a59de319..086bda8728a1c2f3b71baf2208c584993ed2febc 100755 (executable)
@@ -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 .