From 0d1243b13cbabd55458c75712bb8f65d9dc2cbfd Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 19 Jun 2023 15:30:13 +0200 Subject: sys-apps/hwloc: Fix icon installation Thanks-to: Alfred Wingate Thanks-to: i.Dark_Templar Closes: https://bugs.gentoo.org/833345 Signed-off-by: Pacho Ramos --- sys-apps/hwloc/hwloc-2.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/hwloc/hwloc-2.9.1.ebuild b/sys-apps/hwloc/hwloc-2.9.1.ebuild index b94b31bd6a7a..87858b596a3d 100644 --- a/sys-apps/hwloc/hwloc-2.9.1.ebuild +++ b/sys-apps/hwloc/hwloc-2.9.1.ebuild @@ -112,5 +112,5 @@ multilib_src_install_all() { bashcomp_alias hwloc-annotate lstopo{,-no-graphics} find "${ED}" -name '*.la' -delete || die - doicon "${DISTDIR}/lstopo.png" + newicon "${DISTDIR}/lstopo.png" "${PN}" } -- cgit v1.2.3-65-gdbad