sys-fs/squashfs-tools: install more docs #576314
authorMike Frysinger <vapier@gentoo.org>
Wed, 13 Apr 2016 18:30:57 +0000 (14:30 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Apr 2016 18:40:40 +0000 (14:40 -0400)
sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild

index fb5398a03ff40348096e80b6f7c7cce053a105b8..9d62b792264cca63af731ea9cb412947ed5fcf50 100644 (file)
@@ -52,5 +52,6 @@ src_compile() {
 
 src_install() {
        dobin mksquashfs unsquashfs
-       dodoc ../README
+       cd ..
+       dodoc CHANGES PERFORMANCE.README pseudo-file.example README* OLD-READMEs/*
 }