Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: elisp.eclass
Date: Fri, 07 Dec 2007 00:16:33
Message-Id: E1J0QtF-00081O-3s@stork.gentoo.org
1 opfer 07/12/07 00:16:25
2
3 Modified: elisp.eclass
4 Log:
5 Correct a cd command, at least as a work around...there have been
6 problems, see http://forums.gentoo.org/viewtopic-t-627332-highlight-.html
7
8 Revision Changes Path
9 1.26 eclass/elisp.eclass
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclass?rev=1.26&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclass?rev=1.26&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp.eclass?r1=1.25&r2=1.26
14
15 Index: elisp.eclass
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v
18 retrieving revision 1.25
19 retrieving revision 1.26
20 diff -u -r1.25 -r1.26
21 --- elisp.eclass 4 Dec 2007 13:11:15 -0000 1.25
22 +++ elisp.eclass 7 Dec 2007 00:16:24 -0000 1.26
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.25 2007/12/04 13:11:15 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.26 2007/12/07 00:16:24 opfer Exp $
28 #
29 # Copyright 2007 Christian Faulhammer <opfer@g.o>
30 # Copyright 2002-2003 Matthew Kennedy <mkennedy@g.o>
31 @@ -61,7 +61,7 @@
32 elisp_src_unpack() {
33 unpack ${A}
34 if [ "${SIMPLE_ELISP}" = 't' ]; then
35 - cd "${S}" && mv ${P}.el ${PN}.el \
36 + cd "${WORKDIR}" && mv ${P}.el ${PN}.el \
37 || die "mv ${P}.el ${PN}.el failed"
38 fi
39 }
40
41
42
43 --
44 gentoo-commits@g.o mailing list