summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2023-06-19 15:30:13 +0200
committerPacho Ramos <pacho@gentoo.org>2023-06-19 15:30:13 +0200
commit0d1243b13cbabd55458c75712bb8f65d9dc2cbfd (patch)
tree0a2eced083f2a7fac1201b0aa7e18eb695c700cd
parentapp-text/ansifilter: Install a higher resolution icon (diff)
downloadgentoo-0d1243b13cbabd55458c75712bb8f65d9dc2cbfd.tar.gz
gentoo-0d1243b13cbabd55458c75712bb8f65d9dc2cbfd.tar.bz2
gentoo-0d1243b13cbabd55458c75712bb8f65d9dc2cbfd.zip
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 <pacho@gentoo.org>
-rw-r--r--sys-apps/hwloc/hwloc-2.9.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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}"
}