From af97fe4be64c49f8f35ed13e667cd1fe6d267c05 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 24 Feb 2011 17:07:24 -0700 Subject: [PATCH] gthumb: Oops, regex needs to be a prepend Signed-off-by: Tom Rini --- recipes/gthumb/gthumb_2.10.11.bb | 3 --- recipes/gthumb/gthumb_2.6.9.bb | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb index 42dc02a32b..e6a7c1ebc0 100644 --- a/recipes/gthumb/gthumb_2.10.11.bb +++ b/recipes/gthumb/gthumb_2.10.11.bb @@ -14,9 +14,6 @@ FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug" do_configure_prepend() { sed -i "s|HACK_STAGING_DIR_HOST|${STAGING_DIR_HOST}|" ${S}/add-include-prefix -} - -do_configure_append() { # replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${S}/intltool*.in } diff --git a/recipes/gthumb/gthumb_2.6.9.bb b/recipes/gthumb/gthumb_2.6.9.bb index b1963420c5..2061fda96d 100644 --- a/recipes/gthumb/gthumb_2.6.9.bb +++ b/recipes/gthumb/gthumb_2.6.9.bb @@ -8,7 +8,7 @@ inherit autotools pkgconfig FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*" -do_configure_append() { +do_configure_prepend() { # replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${S}/intltool*.in } -- 2.39.5