diff options
author | Nick White <git@njw.me.uk> | 2009-07-21 17:24:03 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-07-21 17:24:03 +0100 |
commit | 69602dd72825d9e23d1a63b6cb9656601234e944 (patch) | |
tree | 79a0be0ed0a83cf3ec5395c884931771d83d2397 | |
parent | 8d9e1971b2ba47b0046c5f58876f88381eb7fba3 (diff) | |
download | njw-gentoo-local-69602dd72825d9e23d1a63b6cb9656601234e944.tar.bz2 njw-gentoo-local-69602dd72825d9e23d1a63b6cb9656601234e944.zip |
Fixed bug in icecat 3.5 ebuild
-rw-r--r-- | www-client/icecat/icecat-3.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/icecat/icecat-3.5.ebuild b/www-client/icecat/icecat-3.5.ebuild index 07cc212..26fd405 100644 --- a/www-client/icecat/icecat-3.5.ebuild +++ b/www-client/icecat/icecat-3.5.ebuild @@ -251,7 +251,7 @@ src_install() { # Add StartupNotify=true bug 237317 if use startup-notification; then - echo "StartupNotify=true" >> "${D}"/usr/share/applications/${PN}-${MAJ_PV}.desktop + echo "StartupNotify=true" >> "${D}"/usr/share/applications/${P}.desktop fi # Create /usr/bin/icecat |