summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/jabref/jabref-2.8.1.ebuild')
-rw-r--r--app-text/jabref/jabref-2.8.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/jabref/jabref-2.8.1.ebuild b/app-text/jabref/jabref-2.8.1.ebuild
index b37d2bc..400e025 100644
--- a/app-text/jabref/jabref-2.8.1.ebuild
+++ b/app-text/jabref/jabref-2.8.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: $
EAPI=4
@@ -91,5 +91,5 @@ src_install() {
newicon src/images/JabRef-icon-48.png JabRef-icon.png || die
make_desktop_entry ${PN} JabRef JabRef-icon Office
- echo "MimeType=text/x-bibtex" >> "${D}/usr/share/applications/${PN}-${PN}.desktop"
+ echo "MimeType=text/x-bibtex;" >> "${D}/usr/share/applications/${PN}-${PN}.desktop"
}