From: Mike Pagano Date: Mon, 26 Dec 2016 15:45:13 +0000 (-0500) Subject: kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=afc71d7a13428d612ad2e890ee978d6040e6bba7;p=gentoo.git kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules going above FILESDIR. --- 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