From 5e2b5b3fdb8f339c4fe406b5d9bde602f18359f3 Mon Sep 17 00:00:00 2001 From: Venelin Date: Tue, 6 Aug 2024 15:59:38 +0300 Subject: [PATCH] permission change --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f0fed9a..6077a5c 100755 --- a/install.sh +++ b/install.sh @@ -30,6 +30,6 @@ g++ -o tft $language $optimizations $warnings $other -DNDEBUG -pipe -s *.cpp -ln #-static -lncursesw -ltinfo # Install -chmod 775 tft +chmod 755 tft mkdir -p ${PREFIX}/bin mv tft ${PREFIX}/bin