diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-23 10:24:30 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-08-23 10:25:07 -0500 |
commit | 10959773be9ab657e06b589fcd1ea0665820f7f8 (patch) | |
tree | 52b106cbb39b1e4e1fa02beb47f1dba237eb70df /dev-libs | |
parent | app-admin/puppetdb: install missing file (diff) | |
download | gentoo-10959773be9ab657e06b589fcd1ea0665820f7f8.tar.gz gentoo-10959773be9ab657e06b589fcd1ea0665820f7f8.tar.bz2 gentoo-10959773be9ab657e06b589fcd1ea0665820f7f8.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0-r1.ebuild (renamed from dev-libs/icinga-php-thirdparty/icinga-php-thirdparty-0.10.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 845e00a29bb8..3b297eb00730 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 * } |