From afc71d7a13428d612ad2e890ee978d6040e6bba7 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Mon, 26 Dec 2016 10:45:13 -0500 Subject: kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules going above FILESDIR. --- eclass/kernel-2.eclass | 7 ------- 1 file changed, 7 deletions(-) (limited to 'eclass') diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 424aa03d01ec..520a4c135973 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -967,13 +967,6 @@ install_sources() { done fi - if [[ ! -f ${S}/patches.txt ]]; then - # patches.txt is empty so lets use our ChangeLog - [[ -f ${FILESDIR}/../ChangeLog ]] && \ - echo "Please check the ebuild ChangeLog for more details." \ - > "${S}"/patches.txt - fi - mv "${WORKDIR}"/linux* "${ED}"usr/src || die if [[ -n "${UNIPATCH_DOCS}" ]] ; then -- cgit v1.2.3-65-gdbad