commit:     26c3f8fd0e2947d354731565ca222911c48b8256
Author:     Peter Levine <plevine457 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 18 21:33:07 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 07:07:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c3f8fd

dev-cpp/gtest: Adjust dodoc syntax

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-cpp/gtest/gtest-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index a1cb73bf993..8f46196ac70 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

Reply via email to