diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-12-28 02:38:59 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-28 02:38:59 +0100 |
commit | 400c7ae2532ddff610f6c277d860ff7cd8584d9d (patch) | |
tree | 5006e4d3c274fa1cce7d7dc548fd22a3c65e1a6a /dev-php | |
parent | dev-php/pecl-dio: add 0.2.1 (diff) | |
download | gentoo-400c7ae2532ddff610f6c277d860ff7cd8584d9d.tar.gz gentoo-400c7ae2532ddff610f6c277d860ff7cd8584d9d.tar.bz2 gentoo-400c7ae2532ddff610f6c277d860ff7cd8584d9d.zip |
dev-php/pecl-apcu: fix path
Closes: https://bugs.gentoo.org/915680
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
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/." } |