summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-13 14:30:57 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-13 14:40:40 -0400
commit140e6bd14b3eb65eb29003f9690c5443eb811513 (patch)
tree7b9b7393a3ccb7547559cff135d6ae45f8f57257 /sys-fs
parentsys-fs/squashfs-tools: fix building w/newer glibc (diff)
downloadgentoo-140e6bd14b3eb65eb29003f9690c5443eb811513.tar.gz
gentoo-140e6bd14b3eb65eb29003f9690c5443eb811513.tar.bz2
gentoo-140e6bd14b3eb65eb29003f9690c5443eb811513.zip
sys-fs/squashfs-tools: install more docs #576314
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild
index fb5398a03ff4..9d62b792264c 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/*
}