diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.23-r1.ebuild (renamed from dev-php/pecl-apcu/pecl-apcu-5.1.23.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.23.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.23-r1.ebuild index ee87ded1ecb5..82e0d0a1108e 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.23.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.23-r1.ebuild @@ -42,11 +42,11 @@ src_configure() { src_install() { php-ext-pecl-r3_src_install - insinto /usr/share/php7/apcu + insinto /usr/share/php8/apcu doins apc.php } pkg_postinst() { elog "The apc.php file shipped with this release of pecl-apcu" - elog "was installed to ${EPREFIX}/usr/share/php7/apcu/." + elog "was installed to ${EPREFIX}/usr/share/php8/apcu/." } |