permission change

This commit is contained in:
vrd
2024-08-06 15:59:38 +03:00
parent 3293d9700d
commit 5e2b5b3fdb
+1 -1
View File
@@ -30,6 +30,6 @@ g++ -o tft $language $optimizations $warnings $other -DNDEBUG -pipe -s *.cpp -ln
#-static -lncursesw -ltinfo #-static -lncursesw -ltinfo
# Install # Install
chmod 775 tft chmod 755 tft
mkdir -p ${PREFIX}/bin mkdir -p ${PREFIX}/bin
mv tft ${PREFIX}/bin mv tft ${PREFIX}/bin