mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/uwsgi: fix install uwsgi.ini bug
This commit is contained in:
parent
706a2662e7
commit
64097aec48
@ -4,7 +4,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=uwsgi
|
||||
pkgver=2.0.13.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="uWSGI application container server"
|
||||
url="http://projects.unbit.it/uwsgi/"
|
||||
arch="all"
|
||||
@ -171,7 +171,7 @@ package() {
|
||||
install -D "$srcdir"/readme.emperor \
|
||||
"$pkgdir"/etc/uwsgi/conf.d/readme.emperor || return 1
|
||||
install -D "$srcdir"/uwsgi.ini \
|
||||
"$pkgdir"/etc/uwsgi/uwsgi.ini return 1
|
||||
"$pkgdir"/etc/uwsgi/uwsgi.ini || return 1
|
||||
install -Dm755 "$srcdir"/uwsgi.initd \
|
||||
"$pkgdir"/etc/init.d/uwsgi || return 1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user