summaryrefslogtreecommitdiff
path: root/sys-boot/etcher/etcher-1.5.51.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/etcher/etcher-1.5.51.ebuild')
-rw-r--r--sys-boot/etcher/etcher-1.5.51.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}