dev-php/sebastian-type: Fix installation directory
authorBrian Evans <grknight@gentoo.org>
Thu, 19 Dec 2019 21:50:06 +0000 (16:50 -0500)
committerBrian Evans <grknight@gentoo.org>
Thu, 19 Dec 2019 21:50:55 +0000 (16:50 -0500)
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/sebastian-type/sebastian-type-1.1.3.ebuild

index b9d9a3f6694a5a85f284515c5eebdf8f0940d7ff..4721b8b1b52d9b1e72e142441923d657c7c5147f 100644 (file)
@@ -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"
 }