summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2010-01-23 17:35:54 +0000
committerChristoph Mende <angelos@gentoo.org>2010-01-23 17:35:54 +0000
commit78ff2c9afe1726aeae18fdcc5c44971b0e93af12 (patch)
tree8cb1c84243644335b0bcb2449c7fdac1a99d3305 /eclass
parentAdd ~arm (diff)
downloadgentoo-2-78ff2c9afe1726aeae18fdcc5c44971b0e93af12.tar.gz
gentoo-2-78ff2c9afe1726aeae18fdcc5c44971b0e93af12.tar.bz2
gentoo-2-78ff2c9afe1726aeae18fdcc5c44971b0e93af12.zip
Fixed SRC_URI
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfconf.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index 7628f691b23e..a75a16beb3f2 100644
--- a/eclass/xfconf.eclass
+++ b/eclass/xfconf.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.5 2010/01/22 16:33:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.6 2010/01/23 17:35:54 angelos Exp $
# @ECLASS: xfconf.eclass
# @MAINTAINER:
@@ -37,7 +37,7 @@ else
S=${WORKDIR}/${MY_P}
fi
-SRC_URI="mirror://xfce/xfce-${PV}/src/${MY_P}.tar.bz2"
+SRC_URI="mirror://xfce/xfce/xfce-${PV}/src/${MY_P}.tar.bz2"
if [[ "${EINTLTOOLIZE}" == "yes" ]]; then
_xfce4_intltool="dev-util/intltool"