diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-07-07 22:05:08 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-07-07 22:05:08 +0000 |
commit | 942184dd73258b9e360d572e5700af7e0fe4b760 (patch) | |
tree | 52758c74aac5160bca54c6cbcad662b0e5d1e138 /sys-libs | |
parent | Version bumps (diff) | |
download | gentoo-2-942184dd73258b9e360d572e5700af7e0fe4b760.tar.gz gentoo-2-942184dd73258b9e360d572e5700af7e0fe4b760.tar.bz2 gentoo-2-942184dd73258b9e360d572e5700af7e0fe4b760.zip |
fix double prefix (bug #516398)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/timezone-data/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/timezone-data/timezone-data-2014e.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/timezone-data/ChangeLog b/sys-libs/timezone-data/ChangeLog index 07fc26346b23..5bb0c1cb04ea 100644 --- a/sys-libs/timezone-data/ChangeLog +++ b/sys-libs/timezone-data/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/timezone-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.303 2014/06/14 02:40:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.304 2014/07/07 22:05:08 ottxor Exp $ + + 07 Jul 2014; Christoph Junghans <ottxor@gentoo.org> + timezone-data-2014e.ebuild: + fix double prefix (bug #516398) *timezone-data-2014e (14 Jun 2014) diff --git a/sys-libs/timezone-data/timezone-data-2014e.ebuild b/sys-libs/timezone-data/timezone-data-2014e.ebuild index a46eda57b141..d67601fd9c40 100644 --- a/sys-libs/timezone-data/timezone-data-2014e.ebuild +++ b/sys-libs/timezone-data/timezone-data-2014e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.1 2014/06/14 02:40:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.2 2014/07/07 22:05:08 ottxor Exp $ EAPI="4" @@ -80,7 +80,7 @@ src_compile() { src_install() { local zic="" tc-is-cross-compiler && zic="zic=${S}-native/zic" - _emake install ${zic} DESTDIR="${ED}" + _emake install ${zic} DESTDIR="${D}" dodoc README Theory dohtml *.htm |