Correct make install and installation scripts for Linux

This commit is contained in:
z3APA3A 2018-04-25 02:40:11 +03:00
parent 1af6e65fba
commit 775530e28e
6 changed files with 87 additions and 38 deletions

View file

@ -225,6 +225,11 @@ BinInstall()
local binlist
local liblist
if [! -d bin]
then
mkdir bin
fi
cd bin
binlist=`ls -l --time-style="+%d.%m.%Y %H:%m" | awk '$1 ~ /x$/ && $1 ~ /^[^d]/ && $8 !~ /\.so$/ { print $8 }'`