app-text/tokyodystopia: avoid unnecessary globs
authorAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 19:55:53 +0000 (15:55 -0400)
committerAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 20:10:22 +0000 (16:10 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild

index cbd327fef5f6489121f7a1560b5c1f9a75999013..853fc3b700e17688f6fc3463f8d8f6eda5e84e64 100644 (file)
@@ -26,13 +26,13 @@ src_configure() {
 }
 
 src_install() {
-       HTML_DOCS=( doc/* )
+       HTML_DOCS=( doc/. )
 
        default
 
        if use examples; then
                insinto /usr/share/${PF}/example
-               doins example/*
+               doins example/.
        fi
 }