mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules going above FILESDIR.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user