pil: removed unnecessary commands in build, release bump not required

This commit is contained in:
Lucas Hazel 2008-03-18 21:06:29 +11:00
parent cb52507e66
commit 45f462df31

View File

@ -11,8 +11,6 @@ source=(http://effbot.org/downloads/Imaging-$version.tar.gz)
build () {
cd Imaging-$version
python setup.py build
python setup.py install --root=$PKG
chown -R root:root $PKG
}