diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 16:42:11 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 16:42:11 +0000 |
commit | 57ffb5be4ba536ad25cf8d3c80cd87aff5464ab8 (patch) | |
tree | 37c72c229091171c7af24a0cc53f2e62ad4708eb /classes | |
parent | 541bd3d43d895aa24150653e45b215d59a3a0966 (diff) |
also add ${datadir}/mime-info to FILES_${PN}
BKrev: 410d1d63WhZIz7Padu8LhIcjlNWoEw
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gnome.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index b12fcdec96..ce20e7c19b 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -6,7 +6,7 @@ def gnome_verdir(v): SECTION = "gnome" SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" -FILES_${PN} += "${datadir}/application-registry" +FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info" inherit autotools pkgconfig |