summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/gnome/gnome-desktop.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
index 336b87f248..1317fffc0b 100644
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
@@ -11,7 +11,11 @@ do_configure_prepend () {
11 11
12FILES_${PN} += "${datadir}/gnome-about" 12FILES_${PN} += "${datadir}/gnome-about"
13 13
14PR = "r1" 14PR = "r2"
15 15
16inherit gnome pkgconfig 16inherit gnome pkgconfig
17 17
18do_install_append () {
19 sed -i -e's,${STAGING_BINDIR_NATIVE},${bindir},g' ${D}${bindir}/gnome-about
20}
21