Commit 0095ce75 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

install pycs as well

parent dedb0313
......@@ -10,6 +10,7 @@ fi
install -d -v $1/usr/local/verilog/
install -d -v $1/usr/local/bin/
install -v -m 0755 $SCRIPTPATH/py393/*.py $1/usr/local/bin/
install -v -m 0755 $SCRIPTPATH/py393/*.pyc $1/usr/local/bin/
install -d -v $1/www/pages/
install -v -m 0755 $SCRIPTPATH/py393/imgsrv.py $1/www/pages/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment