Skip to content

Commit

Permalink
kernel-2.eclass: Remove code that looks for Changelog which is also b…
Browse files Browse the repository at this point in the history
…reaks PMS rules going above FILESDIR.
  • Loading branch information
mpagano committed Dec 26, 2016
1 parent 674a447 commit afc71d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions eclass/kernel-2.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afc71d7

Please sign in to comment.