git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad48abd
)
gnome-desktop: fix path to python binary in the gnome-about script
author
Steve Sakoman
<steve@sakoman.com>
Wed, 19 Aug 2009 05:27:44 +0000
(22:27 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 19 Aug 2009 09:54:49 +0000
(11:54 +0200)
recipes/gnome/gnome-desktop.inc
patch
|
blob
|
history
diff --git
a/recipes/gnome/gnome-desktop.inc
b/recipes/gnome/gnome-desktop.inc
index
aeabf4f
..
327f161
100644
(file)
--- 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
}