diff options
author | Steve Sakoman <steve@sakoman.com> | 2012-01-11 14:01:28 -0800 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-01-12 18:02:59 +0100 |
commit | c1444331e939aadf92a7625dd90ade891b9f901d (patch) | |
tree | 8a3f3ac01a5932ca6d7333e22a8a5442f7e4ea86 /meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | |
parent | f5a589a8f0284441bb8cb6c32eb7d13e9e33d820 (diff) | |
download | meta-openembedded-c1444331e939aadf92a7625dd90ade891b9f901d.tar.gz |
gnome-panel: fix leakage of build machine python path into gnome-panel-add
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb index 78b874d40..8a50896d6 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | |||
@@ -23,6 +23,7 @@ EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-i | |||
23 | do_configure_prepend() { | 23 | do_configure_prepend() { |
24 | gnome-doc-prepare --automake | 24 | gnome-doc-prepare --automake |
25 | sed -i -e s:help:: ${S}/Makefile.am | 25 | sed -i -e s:help:: ${S}/Makefile.am |
26 | sed -i -e s:^#!@PYTHON@:#!/usr/bin/python: ${S}/gnome-panel/gnome-panel-add.in | ||
26 | } | 27 | } |
27 | 28 | ||
28 | pkg_postinst_append () { | 29 | pkg_postinst_append () { |