diff options
author | 2019-12-19 16:50:06 -0500 | |
---|---|---|
committer | 2019-12-19 16:50:55 -0500 | |
commit | 57314171e62b5bfaf122769af747f45721c7792c (patch) | |
tree | 088efb49907260180d7c36d5a27f9b7cb9ab9898 /dev-php | |
parent | dev-php/sebastian-object-reflector: New package (diff) | |
download | gentoo-57314171e62b5bfaf122769af747f45721c7792c.tar.gz gentoo-57314171e62b5bfaf122769af747f45721c7792c.tar.bz2 gentoo-57314171e62b5bfaf122769af747f45721c7792c.zip |
dev-php/sebastian-type: Fix installation directory
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/sebastian-type/sebastian-type-1.1.3.ebuild | 3 |
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" } |