diff options
Diffstat (limited to 'sys-boot/etcher')
-rw-r--r-- | sys-boot/etcher/etcher-1.5.51.ebuild | 2 |
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 } |