From 57ffb5be4ba536ad25cf8d3c80cd87aff5464ab8 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 1 Aug 2004 16:42:11 +0000 Subject: [PATCH] also add ${datadir}/mime-info to FILES_${PN} BKrev: 410d1d63WhZIz7Padu8LhIcjlNWoEw --- classes/gnome.oeclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5