diff options
author | Benda Xu <heroxbd@gentoo.org> | 2015-12-09 10:40:38 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2015-12-09 10:40:38 +0900 |
commit | fe5fdf8d630e5e569378d5d66bc454615d2dcf81 (patch) | |
tree | 7108c60d9bebc4d5785751f440d0207408f652d7 /app-text/zathura-ps | |
parent | media-libs/gegl: Fix USE="-jpeg -png" (bug #567582) (diff) | |
download | gentoo-fe5fdf8d630e5e569378d5d66bc454615d2dcf81.tar.gz gentoo-fe5fdf8d630e5e569378d5d66bc454615d2dcf81.tar.bz2 gentoo-fe5fdf8d630e5e569378d5d66bc454615d2dcf81.zip |
app-text/zathura-ps: trivial fix for Prefix.
Package-Manager: portage-2.2.25
Diffstat (limited to 'app-text/zathura-ps')
-rw-r--r-- | app-text/zathura-ps/zathura-ps-0.2.2.ebuild | 3 | ||||
-rw-r--r-- | app-text/zathura-ps/zathura-ps-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild index c34c4ce31c58..0540fea7b9c9 100644 --- a/app-text/zathura-ps/zathura-ps-0.2.2.ebuild +++ b/app-text/zathura-ps/zathura-ps-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,6 +37,7 @@ pkg_setup() { LD="$(tc-getLD)" VERBOSE=1 DESTDIR="${D}" + PREFIX="${EPREFIX}/usr" ) } diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild index a1fa8e62d57d..6184d6f8bdb1 100644 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,6 +37,7 @@ pkg_setup() { LD="$(tc-getLD)" VERBOSE=1 DESTDIR="${D}" + PREFIX="${EPREFIX}/usr" ) } |