This commit is contained in:
milisbir 2018-08-15 17:17:11 +03:00
parent 3b15e0541d
commit 0b5f2b6b11
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ devir=1
kaynak=() kaynak=()
derle() { derle() {
git clone https://github.com/PyCQA/pylint.git git_indir https://github.com/PyCQA/pylint.git pylint
cd pylint cd $SRC/pylint
python3 setup.py check python3 setup.py check
python3 setup.py install --prefix=/usr --root=$PKG python3 setup.py install --prefix=/usr --root=$PKG
} }