kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules going above FILESDIR.

This commit is contained in:
Mike Pagano
2016-12-26 10:45:13 -05:00
parent 674a4479df
commit afc71d7a13

View File

@@ -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