diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2009-05-10 15:04:18 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2009-05-10 15:04:18 +0000 |
commit | c69d59e0d40ae2dfc32c6716afee11560e2da15a (patch) | |
tree | 6516f47a63014dfae08ad785a5d81fbd346018b8 /app-pda/synce-hal/synce-hal-0.13.ebuild | |
parent | Stable for HPPA (bug #266717). (diff) | |
download | gentoo-2-c69d59e0d40ae2dfc32c6716afee11560e2da15a.tar.gz gentoo-2-c69d59e0d40ae2dfc32c6716afee11560e2da15a.tar.bz2 gentoo-2-c69d59e0d40ae2dfc32c6716afee11560e2da15a.zip |
fix bug #233416
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-hal/synce-hal-0.13.ebuild')
-rw-r--r-- | app-pda/synce-hal/synce-hal-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/synce-hal/synce-hal-0.13.ebuild b/app-pda/synce-hal/synce-hal-0.13.ebuild index 640f51aa96cd..3c3dc4e0d0c8 100644 --- a/app-pda/synce-hal/synce-hal-0.13.ebuild +++ b/app-pda/synce-hal/synce-hal-0.13.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/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.5 2009/01/27 02:42:04 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.13.ebuild,v 1.6 2009/05/10 15:04:18 mescalinum Exp $ inherit multilib versionator @@ -29,7 +29,7 @@ RDEPEND="${DEPEND} SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" src_compile() { - econf --with-hal-addon-dir="/usr/$(get_libdir)/hal/scripts" || die + econf --with-hal-addon-dir="/usr/$(get_libdir)/hal/scripts" --localstatedir="/var" || die emake || die } |