From d53e913c2aeb27714657051f069a2b27f13acb7a Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 18 Aug 2009 22:27:44 -0700 Subject: [PATCH] gnome-desktop: fix path to python binary in the gnome-about script --- recipes/gnome/gnome-desktop.inc | 4 ++++ 1 file changed, 4 insertions(+) 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 } -- 2.39.5