From c8ce07e6ad8e7482af72dfaaeb0e7bbd5be55ce9 Mon Sep 17 00:00:00 2001 From: Pulux Date: Tue, 22 Jun 2021 14:01:06 +0200 Subject: [PATCH] uwsgi: fix wrong target names for plugins --- srcpkgs/uwsgi/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 507987723d7b..5de58911362c 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -1,7 +1,7 @@ # Template file for 'uwsgi' pkgname=uwsgi version=2.0.19.1 -revision=1 +revision=2 hostmakedepends="python3" makedepends="python3-devel" short_desc="Fast, self-healing application container server" @@ -44,6 +44,7 @@ do_install() { uwsgi-python3_package() { short_desc="$short_desc (Python3 plugin)" pkg_install() { + vmkdir $_libdir vcopy python3_plugin.so $_libdir } } @@ -51,6 +52,7 @@ uwsgi-python3_package() { uwsgi-cgi_package() { short_desc="$short_desc (CGI plugin)" pkg_install() { + vmkdir $_libdir vcopy cgi_plugin.so $_libdir } }