diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2019-09-09 12:18:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-10 05:46:51 +0000 |
commit | dd7afaaff20ddd83bf4eb299ca3e4df5ce3a3acf (patch) | |
tree | 3a3a8dbb3e3411f298869df5eac7a6600fbfaa8c | |
parent | 21ffc72e4201dd0cae5fdb16a1cbcc93af999817 (diff) | |
download | aports-dd7afaaff20ddd83bf4eb299ca3e4df5ce3a3acf.tar.bz2 aports-dd7afaaff20ddd83bf4eb299ca3e4df5ce3a3acf.tar.xz |
main/uwsgi: fix typo
-rw-r--r-- | main/uwsgi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/uwsgi/APKBUILD b/main/uwsgi/APKBUILD index 04741198bf..b51d893fdd 100644 --- a/main/uwsgi/APKBUILD +++ b/main/uwsgi/APKBUILD @@ -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 |