From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5A2E059CB3 for ; Wed, 13 Apr 2016 18:41:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D240EE085A; Wed, 13 Apr 2016 18:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76685E085A for ; Wed, 13 Apr 2016 18:41:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3BF20340B5D for ; Wed, 13 Apr 2016 18:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D06087C for ; Wed, 13 Apr 2016 18:41:30 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1460572840.140e6bd14b3eb65eb29003f9690c5443eb811513.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/squashfs-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/squashfs-tools/squashfs-tools-4.3.ebuild X-VCS-Directories: sys-fs/squashfs-tools/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 140e6bd14b3eb65eb29003f9690c5443eb811513 X-VCS-Branch: master Date: Wed, 13 Apr 2016 18:41:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1184a6d-fb6a-4bb1-8879-ad643bc2fe98 X-Archives-Hash: e2368b5db0d618033783f3c997645d10 commit: 140e6bd14b3eb65eb29003f9690c5443eb811513 Author: Mike Frysinger gentoo org> AuthorDate: Wed Apr 13 18:30:57 2016 +0000 Commit: Mike Frysinger gentoo 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/* }