diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-23 10:24:51 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-23 10:25:08 -0500 |
commit | 7d4b54c098973ccbc4ed9952584a9b944dc57038 (patch) | |
tree | f5bb7374719cb4e7adf32105f95933c4a86d06ed /dev-libs/icinga-php-library | |
parent | dev-libs/icinga-php-thirdparty: install lib to correct dir (diff) | |
download | gentoo-7d4b54c098973ccbc4ed9952584a9b944dc57038.tar.gz gentoo-7d4b54c098973ccbc4ed9952584a9b944dc57038.tar.bz2 gentoo-7d4b54c098973ccbc4ed9952584a9b944dc57038.zip |
dev-libs/icinga-php-library: install lib to correct dir
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-libs/icinga-php-library')
-rw-r--r-- | dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild (renamed from dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild b/dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild index dd28d6824a35..f2df581a5c4b 100644 --- a/dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild +++ b/dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild @@ -18,5 +18,6 @@ BDEPEND="" src_install() { insinto "/usr/share/icinga-php/ipl" - doins -r "${S}"/vendor + cd "${S}" + doins -r * } |