x11-libs/vte: add PREFIX variable.

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6753
This commit is contained in:
xdch47
2018-01-05 13:00:07 +01:00
committed by Patrice Clement
parent 8f9a717dde
commit 39e0aee62f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -86,5 +86,5 @@ src_configure() {
src_install() {
gnome2_src_install
mv "${D}"/etc/profile.d/vte{,-${SLOT}}.sh || die
mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
}