diff options
author | Dawn Xu <18202203719@163.com> | 2024-11-13 17:20:15 +0800 |
---|---|---|
committer | Dawn Xu <18202203719@163.com> | 2024-11-13 17:20:15 +0800 |
commit | 18ae076021487704fd2f400220ec00e34300111a (patch) | |
tree | f61605c9a4c8293341695611c322a19a9280ab96 /net-p2p | |
parent | net-voip/gnome-calls: sync deps with upsteam debian/control (diff) | |
download | guru-18ae076021487704fd2f400220ec00e34300111a.tar.gz guru-18ae076021487704fd2f400220ec00e34300111a.tar.bz2 guru-18ae076021487704fd2f400220ec00e34300111a.zip |
net-p2p/ipfs-desktop-bin:fix error in desktop file
Signed-off-by: Dawn Xu <18202203719@163.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ipfs-desktop-bin/ipfs-desktop-bin-0.39.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/ipfs-desktop-bin/ipfs-desktop-bin-0.39.0.ebuild b/net-p2p/ipfs-desktop-bin/ipfs-desktop-bin-0.39.0.ebuild index e70473641..78b216e66 100644 --- a/net-p2p/ipfs-desktop-bin/ipfs-desktop-bin-0.39.0.ebuild +++ b/net-p2p/ipfs-desktop-bin/ipfs-desktop-bin-0.39.0.ebuild @@ -47,6 +47,7 @@ QA_PREBUILT="*" src_prepare(){ default unpacker "${S}/usr/share/doc/ipfs-desktop/changelog.gz" + sed -i 's|/opt/IPFS Desktop/ipfs-desktop|/usr/bin/ipfs-desktop|g' "${S}/usr/share/applications/ipfs-desktop.desktop" } src_install(){ # clean up build-in kubo |