diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-24 09:37:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-24 09:37:05 +0000 |
commit | aa33c36e19a42ba13358df67826968645ae93c3b (patch) | |
tree | 52be2a7f264c475080fbe12f32e65ff433d7ce94 /xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild | |
parent | Rename xfce4-cpu-freq to xfce4-cpufreq-plugin. (diff) | |
download | gentoo-2-aa33c36e19a42ba13358df67826968645ae93c3b.tar.gz gentoo-2-aa33c36e19a42ba13358df67826968645ae93c3b.tar.bz2 gentoo-2-aa33c36e19a42ba13358df67826968645ae93c3b.zip |
Fix source directory.
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild')
-rw-r--r-- | xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild index baa9bd25b293..f01197ef05eb 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild +++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild @@ -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/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v 1.1 2009/08/24 09:31:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-0.0.1.ebuild,v 1.2 2009/08/24 09:37:05 ssuominen Exp $ EAPI=2 inherit xfconf @@ -23,6 +23,8 @@ DEPEND="${RDEPEND} sys-devel/gettext dev-util/intltool" +S=${WORKDIR}/${P/cpuf/cpu-f} + pkg_setup() { XFCONF="--disable-dependency-tracking $(use_enable debug)" |