diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-29 01:37:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-29 01:37:18 +0000 |
| commit | e2fa0ed27b13eceadd83b8b0ccf35599a4a70500 (patch) | |
| tree | d835b3961565ccbff38ea5affb3e835271b9bd58 /dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild | |
| parent | 7fe3453293d4827f82175e99b94222fd0175c0d9 (diff) | |
| download | baldeagleos-repo-e2fa0ed27b13eceadd83b8b0ccf35599a4a70500.tar.gz baldeagleos-repo-e2fa0ed27b13eceadd83b8b0ccf35599a4a70500.tar.xz baldeagleos-repo-e2fa0ed27b13eceadd83b8b0ccf35599a4a70500.zip | |
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild')
| -rw-r--r-- | dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild index d29eeb957fdb..867b5dd4fab2 100644 --- a/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild +++ b/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,7 +56,7 @@ all_ruby_install() { all_fakegem_install for dir in examples ; do - docinto "$dir" - dodoc -r "$dir"/* + docinto "${dir}" + dodoc -r "${dir}"/. done } |
