diff options
author | Joey Dumont <joey.dumont@gmail.com> | 2024-08-03 22:08:55 -0400 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-08-04 10:14:37 +0200 |
commit | 73404051edd3d5be53399011e6b1ab2021793ab4 (patch) | |
tree | 69286506bafd06f2ef41fc54697d7d80ab7c6c0a | |
parent | media-plugins/vdr-noepg: update EAPI 7 -> 8 (diff) | |
download | gentoo-73404051edd3d5be53399011e6b1ab2021793ab4.tar.gz gentoo-73404051edd3d5be53399011e6b1ab2021793ab4.tar.bz2 gentoo-73404051edd3d5be53399011e6b1ab2021793ab4.zip |
x11-themes/adwaita-icon-theme: Fix install for Gentoo Prefix systems.
Signed-off-by: Joey Dumont <joey.dumont@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37940
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-rw-r--r-- | x11-themes/adwaita-icon-theme-legacy/adwaita-icon-theme-legacy-46.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/adwaita-icon-theme-legacy/adwaita-icon-theme-legacy-46.2.ebuild b/x11-themes/adwaita-icon-theme-legacy/adwaita-icon-theme-legacy-46.2.ebuild index fe962b1455a2..4a22c2b865f8 100644 --- a/x11-themes/adwaita-icon-theme-legacy/adwaita-icon-theme-legacy-46.2.ebuild +++ b/x11-themes/adwaita-icon-theme-legacy/adwaita-icon-theme-legacy-46.2.ebuild @@ -35,6 +35,6 @@ src_test() { src_install() { meson_src_install # https://gitlab.gnome.org/GNOME/adwaita-icon-theme-legacy/-/issues/3 - mv "${D}"/usr/share/licenses/adwaita-icon-theme \ - "${D}"/usr/share/licenses/adwaita-icon-theme-legacy || die + mv "${ED}"/usr/share/licenses/adwaita-icon-theme \ + "${ED}"/usr/share/licenses/adwaita-icon-theme-legacy || die } |