diff options
author | Brian Evans <grknight@gentoo.org> | 2019-12-12 10:21:06 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-12-12 10:21:06 -0500 |
commit | cc199bc275d422f296e5cc972586e4c51b7ee5d0 (patch) | |
tree | 8816a6925048ab2e0f33ee2226a78f318151d667 /dev-php | |
parent | dev-php/pecl-memcached: Restore ~arm64 on new versions post bug (diff) | |
download | gentoo-cc199bc275d422f296e5cc972586e4c51b7ee5d0.tar.gz gentoo-cc199bc275d422f296e5cc972586e4c51b7ee5d0.tar.bz2 gentoo-cc199bc275d422f296e5cc972586e4c51b7ee5d0.zip |
dev-php/SabreAMF: Use docinto/dodoc instead of insinto/doins
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/SabreAMF/SabreAMF-1.5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild b/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild index ce985ece45a7..3ebc02a49c50 100644 --- a/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild +++ b/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -22,8 +22,8 @@ src_install() { doins -r lib/${PN}/* "${FILESDIR}/autoload.php" einstalldocs if use examples ; then - insinto /usr/share/doc/${P}/examples + docinto examples docompress -x /usr/share/doc/${P}/examples - doins examples/* + dodoc examples/* fi } |