From: Brian Evans Date: Thu, 19 Dec 2019 21:50:06 +0000 (-0500) Subject: dev-php/sebastian-type: Fix installation directory X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=57314171e62b5bfaf122769af747f45721c7792c;p=gentoo.git dev-php/sebastian-type: Fix installation directory Signed-off-by: Brian Evans --- 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" }