From 7dc4a026db28e76297b26455d4c2ff6375cd4eae Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Thu, 18 Jul 2013 02:31:03 +0430 Subject: [PATCH] kuso executable permission bug fixed --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index eb9aa95..832a840 100755 --- a/install.sh +++ b/install.sh @@ -88,6 +88,7 @@ if [ "$standalone" == "" -o "$standalone" == "y" ] then info "Creating a link in globe PATH . . ." sudo ln -s $repo/$executable /usr/bin/$executable + chmod +x $repo/$executable fi sed "s/--EMAIL--/$mail/mg" -i $dotemacs