diff options
author | 2020-10-20 06:53:22 +0000 | |
---|---|---|
committer | 2020-10-20 06:53:46 +0000 | |
commit | 5c8fccbbeebf1d85a671f4f326bba232d4b9c855 (patch) | |
tree | 3ca5ac5ad831506197670b87c751b96fd76e3148 /net-misc | |
parent | net-misc/unison: install docs for unison-2.48.15_p4 (diff) | |
download | gentoo-5c8fccbbeebf1d85a671f4f326bba232d4b9c855.tar.gz gentoo-5c8fccbbeebf1d85a671f4f326bba232d4b9c855.tar.bz2 gentoo-5c8fccbbeebf1d85a671f4f326bba232d4b9c855.zip |
net-misc/unison: fix icon path in 2.51.3_rc3
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/unison/unison-2.51.3_rc3-r1.ebuild (renamed from net-misc/unison/unison-2.51.3_rc3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/unison/unison-2.51.3_rc3.ebuild b/net-misc/unison/unison-2.51.3_rc3-r1.ebuild index 314ce0d4d1cb..929752325689 100644 --- a/net-misc/unison/unison-2.51.3_rc3.ebuild +++ b/net-misc/unison/unison-2.51.3_rc3-r1.ebuild @@ -69,7 +69,7 @@ src_install() { if use gtk; then newicon -s scalable ../icons/U.svg ${PN}-${SLOT}.svg - make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" "${EPREFIX}/usr/share/${PN}/${PN}-${SLOT}.svg" + make_desktop_entry unison-${SLOT} "${PN} (${SLOT})" "${EPREFIX}/usr/share/icons/hicolor/scalable/apps/${PN}-${SLOT}.svg" fi # No docs for release candidates |