commit: c711ef8e0391a4149393e52ae81cb840e616c0a5
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 10:44:44 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 11:20:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c711ef8e
sys-boot/milo: [QA] Do not install 'LICENSE'
Package-Manager: Portage-2.3.16, Repoman-2.3.6
sys-boot/milo/milo-2.4.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-boot/milo/milo-2.4.18.ebuild b/sys-boot/milo/milo-2.4.18.ebuild
index 9c58de22f09..13fc8aca315 100644
--- a/sys-boot/milo/milo-2.4.18.ebuild
+++ b/sys-boot/milo/milo-2.4.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit flag-o-matic eutils
@@ -213,7 +213,7 @@ src_install() {
cd ${S}/Documentation
- dodoc ChangeLog filesystem Nikita.Todo README.milo Todo LICENSE
README.BSD Stuff WhatIsMilo \
+ dodoc ChangeLog filesystem Nikita.Todo README.milo Todo README.BSD
Stuff WhatIsMilo \
${FILESDIR}/README-gentoo ${FILESDIR}/mkserial_no.c
${DISTDIR}/MILO-HOWTO
}