From adb3ed83499095ccb73ceecb1f62d83901826e45 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Sat, 21 Mar 2020 12:43:11 +0530 Subject: provide execute permission to nghdl script --- Debian/install-eSim.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debian/install-eSim.sh b/Debian/install-eSim.sh index 26a7338a..d7a3c572 100755 --- a/Debian/install-eSim.sh +++ b/Debian/install-eSim.sh @@ -55,6 +55,7 @@ function installNghdl unzip nghdl-master.zip mv nghdl-master nghdl cd nghdl/ + chmod +x install-nghdl.sh ./install-nghdl.sh --install if [ $? -ne 0 ];then @@ -315,6 +316,7 @@ elif [ $option == "--uninstall" ];then rm -rf library/modelParamXML/Nghdl/* cd nghdl/ if [ $? -eq 0 ];then + chmod +x install-nghdl.sh ./install-nghdl.sh --uninstall cd ../ rm -rf nghdl -- cgit