summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-08-25 18:08:59 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-08-25 18:08:59 +0000
commitd0e578b7e875561ff73e6509ba815d0ca469a7c8 (patch)
tree2d6bedacf7512cf5483001a75d44ffdd912bb1a2 /eclass
parentAdd net-misc/leechcraft-history-holder (diff)
downloadhistorical-d0e578b7e875561ff73e6509ba815d0ca469a7c8.tar.gz
historical-d0e578b7e875561ff73e6509ba815d0ca469a7c8.tar.bz2
historical-d0e578b7e875561ff73e6509ba815d0ca469a7c8.zip
Use ${T} instead of ${S} for the gstreamer registry
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 7337a15a3800..979b116ac9b4 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.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/gnome2.eclass,v 1.100 2011/08/24 07:12:35 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.101 2011/08/25 18:08:59 nirbheek Exp $
# @ECLASS: gnome2.eclass
# @MAINTAINER:
@@ -89,7 +89,7 @@ gnome2_src_unpack() {
# run elibtoolize.
gnome2_src_prepare() {
# GST_REGISTRY is to work around gst utilities trying to read/write /root
- export GST_REGISTRY="${S}/registry.xml"
+ export GST_REGISTRY="${T}/registry.xml"
# Prevent scrollkeeper access violations
gnome2_omf_fix