From 57314171e62b5bfaf122769af747f45721c7792c Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Thu, 19 Dec 2019 16:50:06 -0500 Subject: [PATCH] dev-php/sebastian-type: Fix installation directory Signed-off-by: Brian Evans --- 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 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" } -- 2.26.2