testing/py-django: tab instead of spaces

This commit is contained in:
Fabian Affolter 2013-03-08 18:42:36 +00:00
parent 3fdf636dde
commit d0c9a4ac2a

View File

@ -17,13 +17,13 @@ source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgna
_builddir="$srcdir"/$_pkgname-$pkgver
build() {
cd "$_builddir"
python setup.py build || return 1
cd "$_builddir"
python setup.py build || return 1
}
package() {
cd "$_builddir"
python setup.py install --root "$pkgdir" || return 1
cd "$_builddir"
python setup.py install --root "$pkgdir" || return 1
}
md5sums="fac09e1e0f11bb83bb187d652a9be967 Django-1.5.tar.gz"