grup-düzenlemeleri

This commit is contained in:
yasarciv67 2018-08-01 06:08:45 +00:00
parent 145b7a0ee9
commit 21da0a49c8
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
# URL: http://code.google.com/p/protobuf/
# Paketçi: milisarge
# Gerekler: protobuf python-setuptools
# Grup: sistem
_isim=protobuf
isim=python-protobuf
surum=2.6.1
devir=1
@ -13,6 +13,6 @@ kaynak=(https://github.com/google/protobuf/releases/download/$surum/protobuf-$su
derle()
{
cd ${_name}-$surum/python
cd ${_isim}-$surum/python
python2 setup.py install --prefix=/usr --root=$PKG
}