[oe-commits] Steve Sakoman : gnome-desktop: fix path to python binary in the gnome-about script

git version control git at git.openembedded.org
Wed Aug 19 09:55:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d53e913c2aeb27714657051f069a2b27f13acb7a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d53e913c2aeb27714657051f069a2b27f13acb7a

Author: Steve Sakoman <steve at sakoman.com>
Date:   Tue Aug 18 22:27:44 2009 -0700

gnome-desktop: fix path to python binary in the gnome-about script

---

 recipes/gnome/gnome-desktop.inc |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gnome-desktop.inc b/recipes/gnome/gnome-desktop.inc
index aeabf4f..327f161 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
 }





More information about the Openembedded-commits mailing list