From: Andrey Miroshnikov Date: Fri, 10 Sep 2021 21:52:59 +0000 (+0100) Subject: Changed chown and chgrp to change ownership of the . directory (hdl_tools) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b140f30234401ec8aa96e7ba21c88b26fbf4d49f;p=dev-env-setup.git Changed chown and chgrp to change ownership of the . directory (hdl_tools) --- diff --git a/hdl-tools-yosys b/hdl-tools-yosys index a27e8aa..086bda8 100755 --- 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 .