summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2008-09-14 16:24:17 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2008-09-14 16:24:17 +0000
commit76f07b76ffc0b714052dfd992d6dca53b572979c (patch)
treefc9136576d811ae147e7c5346cb23f464045e535 /eclass
parentinstall CHANGES file, and don't install duplicated documents (added patch & c... (diff)
downloadgentoo-2-76f07b76ffc0b714052dfd992d6dca53b572979c.tar.gz
gentoo-2-76f07b76ffc0b714052dfd992d6dca53b572979c.tar.bz2
gentoo-2-76f07b76ffc0b714052dfd992d6dca53b572979c.zip
Should use gnome2_src_unpack instead of a manual unpack()
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome-python-common.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnome-python-common.eclass b/eclass/gnome-python-common.eclass
index bfd544f5c9d1..cabcffe92332 100644
--- a/eclass/gnome-python-common.eclass
+++ b/eclass/gnome-python-common.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.1 2008/08/24 07:10:34 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome-python-common.eclass,v 1.2 2008/09/14 16:24:17 ford_prefect Exp $
# Original Author: Arun Raghavan <ford_prefect@gentoo.org> (based on the
# gnome-python-desktop eclass by Jim Ramsay <lack@gentoo.org>)
@@ -56,8 +56,7 @@ gnome-python-common_pkg_setup() {
}
gnome-python-common_src_unpack() {
- unpack ${A}
- cd "${S}"
+ gnome2_src_unpack
# disable pyc compiling
if [[ -f py-compile ]]; then