diff options
Diffstat (limited to 'www-client/firefox/firefox-9999.ebuild')
-rw-r--r-- | www-client/firefox/firefox-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/firefox/firefox-9999.ebuild b/www-client/firefox/firefox-9999.ebuild index 9482fab..32fa420 100644 --- a/www-client/firefox/firefox-9999.ebuild +++ b/www-client/firefox/firefox-9999.ebuild @@ -192,11 +192,11 @@ src_install() { # Install icon and .desktop for menu entry newicon "${S}"/other-licenses/branding/firefox/content/icon48.png ${PN}-icon.png newmenu "${FILESDIR}"/${PN}.desktop \ - ${PN}-${MAJ_FF_PV}.desktop + ${PN}.desktop # Add StartupNotify=true bug 237317 if use startup-notification ; then - echo "StartupNotify=true" >> "${ED}"/usr/share/applications/${PN}-${MAJ_FF_PV}.desktop + echo "StartupNotify=true" >> "${ED}"/usr/share/applications/${PN}.desktop fi pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/firefox |