aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-desktop.inc
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-08-18 22:27:44 -0700
committerKoen Kooi <koen@openembedded.org>2009-08-19 11:54:49 +0200
commitd53e913c2aeb27714657051f069a2b27f13acb7a (patch)
tree5044797c2db5ef29e323132ab8ef2363e0ec84c4 /recipes/gnome/gnome-desktop.inc
parentad48abd78117ce2eb89861479a79dd45c4d9eb66 (diff)
downloadopenembedded-d53e913c2aeb27714657051f069a2b27f13acb7a.tar.gz
gnome-desktop: fix path to python binary in the gnome-about script
Diffstat (limited to 'recipes/gnome/gnome-desktop.inc')
-rw-r--r--recipes/gnome/gnome-desktop.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-desktop.inc b/recipes/gnome/gnome-desktop.inc
index aeabf4f41e..327f161d10 100644
--- a/recipes/gnome/gnome-desktop.inc
+++ b/recipes/gnome/gnome-desktop.inc
@@ -9,6 +9,10 @@ do_configure_prepend () {
cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}
+do_install_append() {
+ sed -i 's:#!.*/usr/bin/python:#!/usr/bin/python:' ${D}${bindir}/gnome-about
+}
+
do_stage () {
autotools_stage_all
}