summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-20 15:53:43 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-20 15:53:43 +0000
commitb384d1cfab8c24a2b1cfb0d5d8b3aaa55eaa9bb0 (patch)
tree94b0c52c7e3b264f8dbe9395053597cf8ab24e20 /eclass/git-2.eclass
parentUse gentoo mirrors (diff)
downloadhistorical-b384d1cfab8c24a2b1cfb0d5d8b3aaa55eaa9bb0.tar.gz
historical-b384d1cfab8c24a2b1cfb0d5d8b3aaa55eaa9bb0.tar.bz2
historical-b384d1cfab8c24a2b1cfb0d5d8b3aaa55eaa9bb0.zip
Run default src_unpack at the end. Because users can specify something in src_uri and we should unpack it.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r--eclass/git-2.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass
index 56f53e1500af..7a0f810fe72f 100644
--- a/eclass/git-2.eclass
+++ b/eclass/git-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.8 2011/05/20 15:32:54 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.9 2011/05/20 15:53:43 scarabeus Exp $
# @ECLASS: git-2.eclass
# @MAINTAINER:
@@ -518,4 +518,8 @@ git-2_src_unpack() {
git-2_branch
git-2_bootstrap
echo ">>> Unpacked to ${EGIT_SOURCEDIR}"
+
+ # Users can specify some SRC_URI and we should
+ # unpack the files too.
+ default_src_unpack
}