summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/sebastian-type/sebastian-type-1.1.3.ebuild')
-rw-r--r--dev-php/sebastian-type/sebastian-type-1.1.3.ebuild3
1 files changed, 1 insertions, 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 b9d9a3f6694a..4721b8b1b52d 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"
}