summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-11-27 11:44:44 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-27 12:20:32 +0100
commitc711ef8e0391a4149393e52ae81cb840e616c0a5 (patch)
treefc37bec585a3e3a6f99d5abe7ec63c032f60330b
parentwww-misc/wsmake: Port to EAPI 6 (diff)
downloadgentoo-c711ef8e0391a4149393e52ae81cb840e616c0a5.tar.gz
gentoo-c711ef8e0391a4149393e52ae81cb840e616c0a5.tar.bz2
gentoo-c711ef8e0391a4149393e52ae81cb840e616c0a5.zip
sys-boot/milo: [QA] Do not install 'LICENSE'
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--sys-boot/milo/milo-2.4.18.ebuild4
1 files 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 9c58de22f09c..13fc8aca315c 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
}