Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mtd-utils/
Date: Tue, 26 Jan 2016 22:14:16
Message-Id: 1453846420.3bbe7747d818d2634b3cd21ab56e1efce12fd104.vapier@gentoo
1 commit: 3bbe7747d818d2634b3cd21ab56e1efce12fd104
2 Author: Brian Norris <computersforpeace <AT> gmail <DOT> com>
3 AuthorDate: Tue Jan 26 22:12:24 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 26 22:13:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbe7747
7
8 sys-fs/mtd-utils: update path to ubifs docs
9
10 sys-fs/mtd-utils/mtd-utils-99999999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
14 index 4380caf..e956d50 100644
15 --- a/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
16 +++ b/sys-fs/mtd-utils/mtd-utils-99999999.ebuild
17 @@ -57,6 +57,6 @@ src_compile() {
18 src_install() {
19 emake $(makeopts) install DESTDIR="${ED}"
20 dodoc *.txt
21 - newdoc mkfs.ubifs/README README.mkfs.ubifs
22 + newdoc ubifs-utils/mkfs.ubifs/README README.mkfs.ubifs
23 # TODO: check ubi-utils for docs+scripts
24 }