uwsgi: fix missing quote; fix indentation.
This commit is contained in:
parent
8fd30d1b06
commit
c0b6c5c234
|
@ -8,7 +8,7 @@ short_desc="Fast, self-healing application container server"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://projects.unbit.it/uwsgi"
|
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
|
checksum=75a7d3138cfa9cd81a760c2f8a43f3d80961edc8e4f27043dc1412206c926287
|
||||||
|
|
||||||
_libdir=usr/lib/uwsgi
|
_libdir=usr/lib/uwsgi
|
||||||
|
@ -34,16 +34,14 @@ do_install() {
|
||||||
|
|
||||||
uwsgi-python_package() {
|
uwsgi-python_package() {
|
||||||
short_desc="$short_desc (Python2 plugin)"
|
short_desc="$short_desc (Python2 plugin)"
|
||||||
|
pkg_install() {
|
||||||
pkg_install() {
|
vmove $_libdir/python_plugin.so
|
||||||
vmove $_libdir/python_plugin.so
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
uwsgi-python3.4_package() {
|
uwsgi-python3.4_package() {
|
||||||
short_desc="$short_desc (Python3.4 plugin)"
|
short_desc="$short_desc (Python3.4 plugin)"
|
||||||
|
pkg_install() {
|
||||||
pkg_install() {
|
vmove $_libdir/python3_plugin.so
|
||||||
vmove $_libdir/python3_plugin.so
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue