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 1CFF058973 for ; Tue, 26 Jan 2016 22:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D458F21C02E; Tue, 26 Jan 2016 22:14:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78CFE21C02E for ; Tue, 26 Jan 2016 22:14:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F85F340139 for ; Tue, 26 Jan 2016 22:14:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF2B5C0 for ; Tue, 26 Jan 2016 22:14:09 +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: <1453846420.3bbe7747d818d2634b3cd21ab56e1efce12fd104.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mtd-utils/mtd-utils-99999999.ebuild X-VCS-Directories: sys-fs/mtd-utils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3bbe7747d818d2634b3cd21ab56e1efce12fd104 X-VCS-Branch: master Date: Tue, 26 Jan 2016 22:14:09 +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: e39fe1be-75a8-4e7b-8751-d83d7b7e847b X-Archives-Hash: d72bf910173606e63d60947eeb9a9d92 commit: 3bbe7747d818d2634b3cd21ab56e1efce12fd104 Author: Brian Norris gmail com> AuthorDate: Tue Jan 26 22:12:24 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jan 26 22:13:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbe7747 sys-fs/mtd-utils: update path to ubifs docs sys-fs/mtd-utils/mtd-utils-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild index 4380caf..e956d50 100644 --- a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild @@ -57,6 +57,6 @@ src_compile() { src_install() { emake $(makeopts) install DESTDIR="${ED}" dodoc *.txt - newdoc mkfs.ubifs/README README.mkfs.ubifs + newdoc ubifs-utils/mkfs.ubifs/README README.mkfs.ubifs # TODO: check ubi-utils for docs+scripts }