Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] CUnit - !!! Name error in CUnit-1.0-4: multiple version parts.
Date: Mon, 11 Mar 2002 18:17:53
Message-Id: 1015892109.3637.17.camel@inventor.gentoo.org
In Reply to: Re: [gentoo-dev] CUnit - !!! Name error in CUnit-1.0-4: multiple version parts. by Yannick Koehler
1 On Mon, 2002-03-11 at 16:34, Yannick Koehler wrote:
2
3 > src_extract {
4 > cd ${WORKDIR}/CUnit-1.0-4
5 > try ./configure
6
7 Add this to your ebuild:
8
9 S=${WORKDIR}/CUnit-1.0-4
10
11 Then everything will work fine.
12
13 Note that you should type:
14
15 ./configure || die
16
17 ...instead of what you have above:
18
19 try ./configure
20
21 Best Regards,
22
23 --
24 Daniel Robbins <drobbins@g.o>
25 Chief Architect/President http://www.gentoo.org
26 Gentoo Technologies, Inc.