mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
main/uwsgi: fix typo
This commit is contained in:
parent
21ffc72e42
commit
dd7afaaff2
@ -4,7 +4,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=uwsgi
|
||||
pkgver=2.0.18
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="uWSGI application container server"
|
||||
url="http://projects.unbit.it/uwsgi/"
|
||||
arch="all"
|
||||
@ -178,7 +178,7 @@ package() {
|
||||
install -m 755 -D "$srcdir"/uwsgi.initd "$pkgdir"/etc/init.d/uwsgi
|
||||
|
||||
install -m 775 -d -o root -g uwsgi "$pkgdir"/var/log/uwsgi
|
||||
install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgnam/LICENSE
|
||||
install -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
|
||||
|
||||
# Disable emutramp/mprotect, this is needed for luajit and cffi.
|
||||
paxmark -em "$pkgdir"/usr/sbin/uwsgi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user