commit: 10959773be9ab657e06b589fcd1ea0665820f7f8
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 15:24:30 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 15:25:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10959773
dev-libs/icinga-php-thirdparty: install lib to correct dir
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
...thirdparty-0.10.0.ebuild => icinga-php-thirdparty-0.10.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
similarity index 94%
rename from dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
rename to dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
index 845e00a29bb..3b297eb0073 100644
--- a/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild
+++ b/dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild
@@ -17,5 +17,6 @@ BDEPEND=""
src_install() {
insinto "/usr/share/icinga-php/vendor"
- doins -r "${S}"/vendor/
+ cd "${S}"
+ doins -r *
}