diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-19 09:22:31 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-19 09:22:31 -0400 |
commit | 71d19c05b96c4e2235ea612c1d6544f261f61c53 (patch) | |
tree | 1ac26f3246a9aff2902e4a6d8ae8e87e05ee3415 /dev-php/pecl-apcu | |
parent | sys-process/xjobs: remove old xjobs-20170829.ebuild. (diff) | |
download | gentoo-71d19c05b96c4e2235ea612c1d6544f261f61c53.tar.gz gentoo-71d19c05b96c4e2235ea612c1d6544f261f61c53.tar.bz2 gentoo-71d19c05b96c4e2235ea612c1d6544f261f61c53.zip |
dev-php/pecl-apcu: Fix false positives on an elog " into ${EPREFIX}"
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-apcu')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild | 2 | ||||
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild index 907e9265b6ba..675490a1e856 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.12.ebuild @@ -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" diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild index 7da2fb1c7123..39a64219bf7e 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.17.ebuild @@ -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" |