From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D28315808A for ; Sun, 3 Sep 2023 20:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABCE92BC016; Sun, 3 Sep 2023 20:23:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92E2A2BC016 for ; Sun, 3 Sep 2023 20:23:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6AB11335CB7 for ; Sun, 3 Sep 2023 20:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3D4BEA2 for ; Sun, 3 Sep 2023 20:23:18 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1693772501.15b206cabf3ebaf8ec21d30b376bd8c307dbd495.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/nginx-unit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/nginx-unit/nginx-unit-1.31.0.ebuild X-VCS-Directories: www-servers/nginx-unit/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 15b206cabf3ebaf8ec21d30b376bd8c307dbd495 X-VCS-Branch: master Date: Sun, 3 Sep 2023 20:23:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a13a0014-4a65-4708-96ac-89abb9fbc028 X-Archives-Hash: 006fc5180acbd103cbdc2aa80588bf51 commit: 15b206cabf3ebaf8ec21d30b376bd8c307dbd495 Author: Mike Pagano gentoo org> AuthorDate: Sun Sep 3 20:21:41 2023 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sun Sep 3 20:21:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b206ca www-servers/nginx-unit: Fix for modules install, thanks to Brandon Holbrook Closes: https://bugs.gentoo.org/907204 Signed-off-by: Mike Pagano gentoo.org> www-servers/nginx-unit/nginx-unit-1.31.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild index ed9744731336..8873b5665a10 100644 --- a/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.31.0.ebuild @@ -51,7 +51,7 @@ src_configure() { local opt=( --control=unix:/run/${PN}.sock --log=/var/log/${PN} - --modules=$(get_libdir)/${PN} + --modules=/usr/$(get_libdir)/${PN} --pid=/run/${PN}.pid --prefix=/usr --state=/var/lib/${PN}