diff options
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index e4ebefc..57a6f7d 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -162,8 +162,6 @@ function git_fetch() { einfo " working copy: ${EGIT_STORE_DIR}/${EGIT_CO_DIR}" # export to the ${WORKDIR} - # "git export" has a bug. see http://bugs.gentoo.org/119236 - #git export "${EGIT_STORE_DIR}/${EGIT_CO_DIR}" "${S}" || die "${EGIT}: can't export to ${S}." rsync -a --exclude=".git/" "${EGIT_STORE_DIR}/${EGIT_CO_DIR}/" "${S}" || die "${EGIT}: can't export to ${S}." echo |