uwsgi: fix missing quote; fix indentation.
This commit is contained in:
parent
8fd30d1b06
commit
c0b6c5c234
1 changed files with 7 additions and 9 deletions
|
@ -8,7 +8,7 @@ short_desc="Fast, self-healing application container server"
|
|||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue