Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: profile.bashrc
Date: Sat, 03 Apr 2010 11:49:52
Message-Id: E1Ny1rL-0003Yk-3z@stork.gentoo.org
1 the_paya 10/04/03 11:49:51
2
3 Modified: profile.bashrc
4 Log:
5 Fix working dir on patch_install-sh_bsd().
6
7 Revision Changes Path
8 1.7 profiles/default/bsd/fbsd/profile.bashrc
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc?r1=1.6&r2=1.7
13
14 Index: profile.bashrc
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- profile.bashrc 1 Apr 2010 08:20:18 -0000 1.6
21 +++ profile.bashrc 3 Apr 2010 11:49:51 -0000 1.7
22 @@ -1,6 +1,6 @@
23 #!/bin/bash
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.6 2010/04/01 08:20:18 the_paya Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/profile.bashrc,v 1.7 2010/04/03 11:49:51 the_paya Exp $
27
28 alias make=gmake
29 alias patch=gpatch
30 @@ -42,6 +42,7 @@
31 local EPDIR="${ECLASSDIR}/ELT-patches/install-sh"
32 local EPATCHES="${EPDIR}/1.5.6 ${EPDIR}/1.5.4 ${EPDIR}/1.5"
33 local ret=0
34 + cd "${S}"
35 for file in $(find . -name "install-sh" -print); do
36 if [[ -n $(egrep "scriptversion=2005|scriptversion=2004" ${file}) ]]; then
37 einfo "Automatically patching parallel-make unfriendly install-sh."