From d449a187631a7a67b2fc3e8f990d8694ba00878b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Jun 2019 18:21:33 +0100 Subject: sys-boot/etcher : fix icon --- sys-boot/etcher/etcher-1.5.51.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/etcher/etcher-1.5.51.ebuild b/sys-boot/etcher/etcher-1.5.51.ebuild index 63e067f8..aa854eaf 100644 --- a/sys-boot/etcher/etcher-1.5.51.ebuild +++ b/sys-boot/etcher/etcher-1.5.51.ebuild @@ -35,7 +35,7 @@ src_unpack() { src_install() { mv * "${D}" || die sed -i "s/Utility/System/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop - sed -i "s/Icon\=balena-etcher-electron/Icon\=etcher/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop + sed -i "s/Icon\=balena\-etcher\-electron/Icon\=etcher\-electron/g" "${D}"usr/share/applications/balena-"${PN}"-electron.desktop rm -rf "${D}"usr/share/doc fperms 0755 /opt/balenaEtcher/balena-"${PN}"-electron || die } -- cgit v1.2.3