diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-11-25 08:45:20 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-26 09:59:20 +0100 |
commit | 911c3b5a210a98e5394badfea3e1527fdc850656 (patch) | |
tree | 871b6eb14a7414e6218dc799b3a7e35b704d8371 /recipes/gnome | |
parent | 8d2be4883ba6dbf05aafe33f4c431bd57d016e49 (diff) |
gnome-system-monitor: fix typo
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-system-monitor_2.28.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gnome/gnome-system-monitor_2.28.0.bb b/recipes/gnome/gnome-system-monitor_2.28.0.bb index c4eeaaa42d..13f6732cd7 100644 --- a/recipes/gnome/gnome-system-monitor_2.28.0.bb +++ b/recipes/gnome/gnome-system-monitor_2.28.0.bb @@ -20,6 +20,6 @@ FILES_${PN} += "${datadir}/icons \ ${datadir}/gnome/autostart \ " -FILE_{PN}-doc += "${datadir}/omf \ - ${datadir}/gnome/help " +FILES_${PN}-doc += "${datadir}/omf \ + ${datadir}/gnome/help " |