media-gfx/exiv2: Fix typo
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 7 Jun 2017 20:20:55 +0000 (22:20 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 7 Jun 2017 20:21:38 +0000 (22:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.1

media-gfx/exiv2/exiv2-0.26.ebuild

index 2b8fd2b3b264ab8ca2fc0492d0171a9df4775b0a..ccd862cf78f8e10a22ab32ebd6c09f09af0986e2 100644 (file)
@@ -127,7 +127,7 @@ multilib_src_install_all() {
        find "${D}" -name '*.la' -delete || die
 
        if use examples; then
-               docinto -r examples
+               docinto examples
                dodoc samples/*.cpp
        fi
 }