Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 516398 - sys-libs/timezone-data-2014e double prefix
Summary: sys-libs/timezone-data-2014e double prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-05 00:48 UTC by MATSUI Tetsushi
Modified: 2014-07-07 22:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MATSUI Tetsushi 2014-07-05 00:48:07 UTC
sys-libs/timezone-data-2014e fails to emerge because of double prefix.

The following change works for me.

--- a/sys-libs/timezone-data/timezone-data-2014e.ebuild	Fri Jul 04 09:03:37 2014 +0900
+++ b/sys-libs/timezone-data/timezone-data-2014e.ebuild	Sat Jul 05 09:36:37 2014 +0900
@@ -80,7 +80,7 @@
 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
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2014-07-07 22:06:04 UTC
+  07 Jul 2014; Christoph Junghans <ottxor@gentoo.org>
+  timezone-data-2014e.ebuild:
+  fix double prefix (bug #516398)
+