diff options
| author | Lothar Serra Mari <mail@serra.me> | 2025-11-24 11:17:59 +0100 |
|---|---|---|
| committer | Michael Orlitzky <mjo@gentoo.org> | 2025-11-24 19:26:48 -0500 |
| commit | 6146a90d889ed538766b0d805b500a108f5868aa (patch) | |
| tree | a3087a62c8d70984d179fdb6a21960208b7cbb77 /dev-lang/php/php-8.5.0.ebuild | |
| parent | 89a6fbe2f7a5a50f5cb9d11cd333c1866062e10a (diff) | |
| download | gentoo-6146a90d889ed538766b0d805b500a108f5868aa.tar.gz gentoo-6146a90d889ed538766b0d805b500a108f5868aa.tar.bz2 gentoo-6146a90d889ed538766b0d805b500a108f5868aa.zip | |
dev-lang/php: Drop obsolete code for shared module installation in 8.5
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.5.0.ebuild')
| -rw-r--r-- | dev-lang/php/php-8.5.0.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-lang/php/php-8.5.0.ebuild b/dev-lang/php/php-8.5.0.ebuild index 46dc03cc602e..507563d006f0 100644 --- a/dev-lang/php/php-8.5.0.ebuild +++ b/dev-lang/php/php-8.5.0.ebuild @@ -590,11 +590,6 @@ src_install() { emake INSTALL_ROOT="${D}" \ install-build install-headers install-programs - # Install shared modules - if [ -n "$(find ${PWD}/modules/ -mindepth 1 -maxdepth 1)" ]; then - emake INSTALL_ROOT="${D}" install-modules - fi - # Create the directory where we'll put version-specific php scripts keepdir "/usr/share/php${PHP_MV}" |
