diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-05 14:28:37 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-05 14:28:37 +0000 |
commit | ccf0e296b434a435fd2453f3f331d4ab2d036cf9 (patch) | |
tree | 4bcf050e4999a6135df1a397298d4da1045d8212 /classes | |
parent | d2932f35d58cf25fd41bf5f16f3d7b7504e851f5 (diff) |
add ${datadir}/gnome-2.0 to FILES_${PN}
BKrev: 41124415lTnzqoOvvCDtu1nl0cfnaA
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gnome.oeclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index e55b029e7d..eee7e20bbe 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -6,7 +6,8 @@ def gnome_verdir(v): SECTION = "gnome" SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" -FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info" +FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \ + ${datadir}/gnome-2.0" inherit autotools pkgconfig gconf |