summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-30 18:21:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-30 18:21:33 +0100
commitd449a187631a7a67b2fc3e8f990d8694ba00878b (patch)
tree957972894e2e897641f141c06602ca2b9fdfa665 /sys-boot
parent7964b40e10f9f60afb954fed3ca0bd6edebd9a27 (diff)
sys-boot/etcher : fix icon
Diffstat (limited to 'sys-boot')
-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
}