From a7047847b3414613303039bd7a13e2fce3db4ce0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 31 Jan 2018 11:03:07 -0500 Subject: [PATCH] app-arch/pbzip2: add eprefix support #586804 Bug: https://bugs.gentoo.org/586804 --- app-arch/pbzip2/pbzip2-1.1.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pbzip2/pbzip2-1.1.13.ebuild b/app-arch/pbzip2/pbzip2-1.1.13.ebuild index 8f83901fc495..abf49d114075 100644 --- a/app-arch/pbzip2/pbzip2-1.1.13.ebuild +++ b/app-arch/pbzip2/pbzip2-1.1.13.ebuild @@ -30,7 +30,7 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${ED}" install dodoc AUTHORS ChangeLog README if use symlink ; then -- 2.26.2