dev-php/pecl-apcu: Fix false positives on an elog " into ${EPREFIX}"
authorBrian Evans <grknight@gentoo.org>
Mon, 19 Aug 2019 13:22:31 +0000 (09:22 -0400)
committerBrian Evans <grknight@gentoo.org>
Mon, 19 Aug 2019 13:22:31 +0000 (09:22 -0400)
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild
dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild

index 907e9265b6ba4150056e174f7644c26627bbb02a..675490a1e856e2ab4c32b72703a3e7e1f082062b 100644 (file)
@@ -71,7 +71,7 @@ src_install() {
 pkg_postinst() {
        if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
                elog "The apc.php file shipped with this release of pecl-apcu was"
-               elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
+               elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
                elog
                elog "If you depend on the apc_* functions,"
                elog "please install dev-php/pecl-apcu_bc as this extension no longer"
index 7da2fb1c7123615b7a070a690a82644b45b1d700..39a64219bf7e6492efe472b28c5a1be82cfc87e1 100644 (file)
@@ -71,7 +71,7 @@ src_install() {
 pkg_postinst() {
        if use php_targets_php7-0 || use php_targets_php7-1 || use php_targets_php7-2 || use php_targets_php7-3 ; then
                elog "The apc.php file shipped with this release of pecl-apcu was"
-               elog "installed into ${EPREFIX}/usr/share/php7/apcu/."
+               elog "installed to ${EPREFIX}/usr/share/php7/apcu/."
                elog
                elog "If you depend on the apc_* functions,"
                elog "please install dev-php/pecl-apcu_bc as this extension no longer"