From 6d49cdd87110562b69e350f15927733e1871c659 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Mon, 9 Nov 2009 13:58:36 -0300 Subject: [PATCH 035/118] cvs-1.12.9: fixing wrong paths pointing erroneously to workdir instead of final system path Signed-off-by: Ricardo Salveti de Araujo --- recipes/cvs/cvs_1.12.9.bb | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/recipes/cvs/cvs_1.12.9.bb b/recipes/cvs/cvs_1.12.9.bb index 02ccb61..cf110a9 100644 --- a/recipes/cvs/cvs_1.12.9.bb +++ b/recipes/cvs/cvs_1.12.9.bb @@ -3,6 +3,7 @@ SECTION = "console/network" PRIORITY = "optional" DEPENDS = "" LICENSE = "GPL" +PR = "r1" SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \ file://m4.patch;patch=1" @@ -10,3 +11,8 @@ SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \ inherit autotools gettext EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" + +do_install_append () { + for i in `grep -r ${STAGING_BINDIR_NATIVE} ${D} | grep -v "Binary file" | awk -F: '{print $1}'` ; do \ + sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g $i + done -- 1.6.3.3