diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-13 14:30:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-13 14:40:40 -0400 |
commit | 140e6bd14b3eb65eb29003f9690c5443eb811513 (patch) | |
tree | 7b9b7393a3ccb7547559cff135d6ae45f8f57257 /sys-fs/squashfs-tools | |
parent | sys-fs/squashfs-tools: fix building w/newer glibc (diff) | |
download | gentoo-140e6bd14b3eb65eb29003f9690c5443eb811513.tar.gz gentoo-140e6bd14b3eb65eb29003f9690c5443eb811513.tar.bz2 gentoo-140e6bd14b3eb65eb29003f9690c5443eb811513.zip |
sys-fs/squashfs-tools: install more docs #576314
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild | 3 |
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/* } |