summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Dumont <joey.dumont@gmail.com>2024-08-03 22:08:55 -0400
committerPacho Ramos <pacho@gentoo.org>2024-08-04 10:14:37 +0200
commit73404051edd3d5be53399011e6b1ab2021793ab4 (patch)
tree69286506bafd06f2ef41fc54697d7d80ab7c6c0a
parentmedia-plugins/vdr-noepg: update EAPI 7 -> 8 (diff)
downloadgentoo-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.ebuild4
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
}