commit: 140e6bd14b3eb65eb29003f9690c5443eb811513
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 18:30:57 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 18:40:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140e6bd1
sys-fs/squashfs-tools: install more docs #576314
sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
b/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
index fb5398a..9d62b79 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
@@ -52,5 +52,6 @@ src_compile() {
src_install() {
dobin mksquashfs unsquashfs
- dodoc ../README
+ cd ..
+ dodoc CHANGES PERFORMANCE.README pseudo-file.example README*
OLD-READMEs/*
}