diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-14 01:39:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-02-14 01:39:29 +0000 |
| commit | bcb4e496e52fa74a22eacd2b68fe36c8863029c3 (patch) | |
| tree | d87564045f9bbbeab835bd325d938d2d1c9e6862 /dev-cpp | |
| parent | c6ef284515a5b1669dfc86302f8179bc48af55ae (diff) | |
| download | baldeagleos-repo-bcb4e496e52fa74a22eacd2b68fe36c8863029c3.tar.gz baldeagleos-repo-bcb4e496e52fa74a22eacd2b68fe36c8863029c3.tar.xz baldeagleos-repo-bcb4e496e52fa74a22eacd2b68fe36c8863029c3.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/tbb/tbb-2020.3.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-cpp/tbb/tbb-2020.3.ebuild b/dev-cpp/tbb/tbb-2020.3.ebuild index c654a5fad29f..3cdf62035bbc 100644 --- a/dev-cpp/tbb/tbb-2020.3.ebuild +++ b/dev-cpp/tbb/tbb-2020.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -142,10 +142,9 @@ multilib_src_install_all() { einstalldocs if use examples ; then - insinto /usr/share/doc/${PF}/examples/build - doins build/*.inc - insinto /usr/share/doc/${PF}/examples - doins -r examples - docompress -x "/usr/share/doc/${PF}/examples" + dodoc -r examples + docinto examples/build + dodoc build/*.inc + docompress -x /usr/share/doc/${PF}/examples fi } |
