summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/php-8.5.0.ebuild')
-rw-r--r--dev-lang/php/php-8.5.0.ebuild5
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}"