From: Steve Sakoman Date: Wed, 19 Aug 2009 05:27:44 +0000 (-0700) Subject: gnome-desktop: fix path to python binary in the gnome-about script X-Git-Tag: Release-2010-05/1~2670 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d53e913c2aeb27714657051f069a2b27f13acb7a;p=openembedded.git gnome-desktop: fix path to python binary in the gnome-about script --- 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 }