summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSardem FF7 <sardemff7.pub@gmail.com>2011-03-07 12:04:09 +0100
committerSardem FF7 <sardemff7.pub@gmail.com>2011-03-07 12:04:09 +0100
commitab6509bd4305173ccf9860884b8eee9a3cafdd9b (patch)
tree677fd0f453c64320feb3142aa8d9a2553f5a6937
parentFix slot deps (diff)
downloadsardemff7-ab6509bd4305173ccf9860884b8eee9a3cafdd9b.tar.gz
sardemff7-ab6509bd4305173ccf9860884b8eee9a3cafdd9b.tar.bz2
sardemff7-ab6509bd4305173ccf9860884b8eee9a3cafdd9b.zip
Little fix
-rw-r--r--eclass/mozilla-config.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozilla-config.eclass b/eclass/mozilla-config.eclass
index 816f1e2..16c7493 100644
--- a/eclass/mozilla-config.eclass
+++ b/eclass/mozilla-config.eclass
@@ -291,7 +291,7 @@ function mozconfig_configure {
function mozilla_application_install() {
# Install icon and .desktop for menu entry
newicon "${S}"/other-licenses/branding/${PN}/content/icon48.png ${PN}-icon.png
- newmenu "${FILESDIR}"/${PN}.desktop
+ newmenu "${FILESDIR}"/${PN}.desktop ${PN}.desktop
# Add StartupNotify=true bug 237317
if use startup-notification ; then