diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 38150 -> 38146 bytes | |||
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 084af38eb10d..df6bac4efa13 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index b44aea393c8a..2ce1a87c0650 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -890,7 +890,7 @@ install_sources() { done fi - mv "${WORKDIR}"/linux* "${ED}"/usr/src || die + cp -R "${WORKDIR}"/linux* "${ED}"/usr/src || die if [[ -n ${UNIPATCH_DOCS} ]]; then for i in ${UNIPATCH_DOCS}; do |