From bc21e78c036929dc64eaa71621f730eaad85bcec Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 18 Nov 2025 13:41:42 -0500 Subject: [PATCH] dev-php/PEAR-Console_Getopt: reorder $S for pkgcheck Signed-off-by: Michael Orlitzky --- dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild index a0838dac8ead6..c85b97ab463b0 100644 --- a/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild +++ b/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.3.ebuild @@ -9,6 +9,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Command-line option parser" HOMEPAGE="https://pear.php.net/package/Console_Getopt" SRC_URI="https://pear.php.net/get/${MY_P}.tgz" +S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc x86" @@ -16,8 +17,6 @@ KEYWORDS="~alpha amd64 arm ~hppa ppc64 ~riscv ~s390 ~sparc x86" RDEPEND="dev-lang/php:*" PDEPEND="dev-php/PEAR-PEAR" -S="${WORKDIR}/${MY_P}" - src_install() { insinto /usr/share/php doins -r Console