From c0b6c5c2342e12d02f51cb125caec7fb3eded65c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 5 Aug 2015 15:30:23 +0200 Subject: [PATCH] uwsgi: fix missing quote; fix indentation. --- srcpkgs/uwsgi/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 71fe87f05b..717afe72a8 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -8,7 +8,7 @@ short_desc="Fast, self-healing application container server" maintainer="Eivind Uggedal " license="GPL-2" homepage="http://projects.unbit.it/uwsgi" -distfiles="http://projects.unbit.it/downloads/uwsgi-$version.tar.gz +distfiles="http://projects.unbit.it/downloads/uwsgi-$version.tar.gz" checksum=75a7d3138cfa9cd81a760c2f8a43f3d80961edc8e4f27043dc1412206c926287 _libdir=usr/lib/uwsgi @@ -34,16 +34,14 @@ do_install() { uwsgi-python_package() { short_desc="$short_desc (Python2 plugin)" - - pkg_install() { - vmove $_libdir/python_plugin.so - } + pkg_install() { + vmove $_libdir/python_plugin.so + } } uwsgi-python3.4_package() { short_desc="$short_desc (Python3.4 plugin)" - - pkg_install() { - vmove $_libdir/python3_plugin.so - } + pkg_install() { + vmove $_libdir/python3_plugin.so + } }