diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild index cbd327fef5f6..853fc3b700e1 100644 --- a/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild +++ b/app-text/tokyodystopia/tokyodystopia-0.9.15.ebuild @@ -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 } |