This commit is contained in:
milisbir 2018-02-11 00:32:42 +02:00
parent deb4fdfd14
commit ce5d700752
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ kaynak=(https://files.pythonhosted.org/packages/source/p/python-Levenshtein/pyth
derle() {
cd python-Levenshtein-$surum
pytho2 setup.py build install -O1 --prefix=/usr --root="$PKG"
python2 setup.py build install -O1 --prefix=/usr --root="$PKG"
}