commit: 57314171e62b5bfaf122769af747f45721c7792c
Author: Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 21:50:06 2019 +0000
Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 21:50:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57314171
dev-php/sebastian-type: Fix installation directory
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
dev-php/sebastian-type/sebastian-type-1.1.3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-php/sebastian-type/sebastian-type-1.1.3.ebuild
b/dev-php/sebastian-type/sebastian-type-1.1.3.ebuild
index b9d9a3f6694..4721b8b1b52 100644
--- a/dev-php/sebastian-type/sebastian-type-1.1.3.ebuild
+++ b/dev-php/sebastian-type/sebastian-type-1.1.3.ebuild
@@ -20,8 +20,7 @@ RDEPEND="dev-php/fedora-autoloader
>=dev-lang/php-7.2:*"
src_install() {
- insinto /usr/share/php/SebastianBergmann
- doins -r src/*
insinto /usr/share/php/SebastianBergmann/Type
+ doins -r src/*
doins "${FILESDIR}/autoload.php"
}