diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-03-22 16:29:27 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-03-22 16:29:27 +0000 |
commit | 31a2e0df6459a8bf0092ff0d8c63ab9fd17cfee8 (patch) | |
tree | f28d55b57dd5915aef820793d2fb5f540648b5a7 /eclass/xfconf.eclass | |
parent | Version bump to 1.5.8 Bug #310143 (diff) | |
download | gentoo-2-31a2e0df6459a8bf0092ff0d8c63ab9fd17cfee8.tar.gz gentoo-2-31a2e0df6459a8bf0092ff0d8c63ab9fd17cfee8.tar.bz2 gentoo-2-31a2e0df6459a8bf0092ff0d8c63ab9fd17cfee8.zip |
avoid read-only error message
Diffstat (limited to 'eclass/xfconf.eclass')
-rw-r--r-- | eclass/xfconf.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index 5a2320187b7c..0c947a92c0f0 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.8 2010/03/22 15:53:50 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.9 2010/03/22 16:29:27 grobian Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -82,7 +82,7 @@ xfconf_src_prepare() { fi if [[ "${EAUTORECONF}" == "yes" ]]; then - has "${EAPI:-0}" 0 1 2 && EPREFIX= + has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= AT_M4DIR="${EPREFIX}/usr/share/xfce4/dev-tools/m4macros" eautoreconf else elibtoolize |