diff options
author | Peter Levine <plevine457@gmail.com> | 2018-09-18 17:33:07 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-22 09:07:11 +0200 |
commit | 26c3f8fd0e2947d354731565ca222911c48b8256 (patch) | |
tree | 94f6498516477504dcbe3b8b8f326d6b89340150 /dev-cpp | |
parent | dev-cpp/gtest: Remove -Werror flag from build (diff) | |
download | gentoo-26c3f8fd0e2947d354731565ca222911c48b8256.tar.gz gentoo-26c3f8fd0e2947d354731565ca222911c48b8256.tar.bz2 gentoo-26c3f8fd0e2947d354731565ca222911c48b8256.zip |
dev-cpp/gtest: Adjust dodoc syntax
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index a1cb73bf993c..8f46196ac70d 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -62,9 +62,9 @@ multilib_src_install_all() { if use doc; then docinto googletest - dodoc -r googletest/docs/* + dodoc -r googletest/docs/. docinto googlemock - dodoc -r googlemock/docs/* + dodoc -r googlemock/docs/. fi if use examples; then |