commit: 7d4b54c098973ccbc4ed9952584a9b944dc57038
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 15:24:51 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 15:25:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d4b54c0
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 <AT> gentoo.org>
...nga-php-library-0.6.1.ebuild => icinga-php-library-0.6.1-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
similarity index 95%
rename from dev-libs/icinga-php-library/icinga-php-library-0.6.1.ebuild
rename to dev-libs/icinga-php-library/icinga-php-library-0.6.1-r1.ebuild
index dd28d6824a3..f2df581a5c4 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 *
}