projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674a447
)
kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules...
author
Mike Pagano
<mpagano@gentoo.org>
Mon, 26 Dec 2016 15:45:13 +0000
(10:45 -0500)
committer
Mike Pagano
<mpagano@gentoo.org>
Mon, 26 Dec 2016 15:45:26 +0000
(10:45 -0500)
eclass/kernel-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/kernel-2.eclass
b/eclass/kernel-2.eclass
index 424aa03d01ecd8c6b32e6c04a5796d939f1ec501..520a4c1359734815a884d6e7c835834f5e91a0ad 100644
(file)
--- 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