diff options
Diffstat (limited to 'x11-libs/vte')
-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 } |