diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-14 01:48:38 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-14 01:48:38 +0000 |
| commit | 240f779ee6a36a7e34cc7f5cc947e05e46ccfe4d (patch) | |
| tree | 4e5f2bcb088c07f316e351dd3231d5e357a9a551 | |
| parent | 91b5bbc48466a4cfad93c98798cbfb712330020d (diff) | |
fix again?
| -rw-r--r-- | www-client/glide-browser-bin/glide-browser-bin-0.1.57a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/glide-browser-bin/glide-browser-bin-0.1.57a.ebuild b/www-client/glide-browser-bin/glide-browser-bin-0.1.57a.ebuild index 17e9aab..a8f8256 100644 --- a/www-client/glide-browser-bin/glide-browser-bin-0.1.57a.ebuild +++ b/www-client/glide-browser-bin/glide-browser-bin-0.1.57a.ebuild @@ -74,7 +74,7 @@ src_install() { dobin "${T}/glide-bin" - cat > "/usr/share/applications/${PN}" <<-EOF || die + cat > "/usr/share/applications/${PN}.desktop" <<-EOF || die /usr/bin/glide-bin %u Glide Browser glide-bin @@ -82,7 +82,7 @@ src_install() { StartupWMClass=Glide Browser\nMimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;x-scheme-handler/http;x-scheme-handler/https; EOF - fperms 0755 "/usr/share/applications/${PN}" + chmod 0755 "/usr/share/applications/${PN}" local size for size in 16 32 48 64 128; do |
