From: Roman I Khimov Date: Thu, 20 May 2010 11:37:52 +0000 (+0400) Subject: libmail-spf-perl: fix bad interpreter in spfquery executable X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14804923603c54dba47ae3dff5da13e88701cc83;p=openembedded.git libmail-spf-perl: fix bad interpreter in spfquery executable Signed-off-by: Roman I Khimov --- diff --git a/recipes/perl/libmail-spf-perl_2.007.bb b/recipes/perl/libmail-spf-perl_2.007.bb index 2595d4cc3b..72009e6c49 100644 --- a/recipes/perl/libmail-spf-perl_2.007.bb +++ b/recipes/perl/libmail-spf-perl_2.007.bb @@ -23,7 +23,7 @@ RDEPENDS_${PN} += " \ " BBCLASSEXTEND = "native" -PR = "r1" +PR = "r2" SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${PV}.tar.gz;name=mail-spf-perl-${PV} \ @@ -36,4 +36,8 @@ S = "${WORKDIR}/Mail-SPF-v${PV}" inherit cpan_build +do_install_append() { + sed -ri "s,${D},," ${D}/${bindir}/spfquery +} + PACKAGE_ARCH = "all"