diff options
author | xdch47 <xdch47@posteo.de> | 2018-01-05 13:00:07 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-01-08 17:35:18 +0100 |
commit | 39e0aee62f6ccdc9014601b7f70bf3408fd003cf (patch) | |
tree | 263aa1a29b908ce6a091d2b3157725e7e09e3603 /x11-libs | |
parent | mail-client/neomutt: remove unused patches. (diff) | |
download | gentoo-39e0aee62f6ccdc9014601b7f70bf3408fd003cf.tar.gz gentoo-39e0aee62f6ccdc9014601b7f70bf3408fd003cf.tar.bz2 gentoo-39e0aee62f6ccdc9014601b7f70bf3408fd003cf.zip |
x11-libs/vte: add PREFIX variable.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6753
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/vte-0.48.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/vte/vte-0.48.4.ebuild b/x11-libs/vte/vte-0.48.4.ebuild index b26ea8a62fd8..1bf0b7cec476 100644 --- a/x11-libs/vte/vte-0.48.4.ebuild +++ b/x11-libs/vte/vte-0.48.4.ebuild @@ -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 } |