Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: Joakim Tjernlund <joakim.tjernlund@×××××××××.se>
Cc: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] crossdev improvements
Date: Fri, 08 Oct 2010 09:12:18
Message-Id: 201010080423.25522.vapier@gentoo.org
In Reply to: Re: [gentoo-embedded] crossdev improvements by Joakim Tjernlund
1 On Friday, October 08, 2010 04:09:17 Joakim Tjernlund wrote:
2 > -source /etc/init.d/functions.sh || exit 1
3 > +export PORTAGE_CONFIGROOT=${PORTAGE_CONFIGROOT:-/}
4 > +
5 > +source ${PORTAGE_CONFIGROOT}/etc/init.d/functions.sh || exit 1
6
7 why do you need to source this from the configroot ? this seems to violate
8 the intended purpose of the configroot variable ...
9
10 the rest looks straight forward enough ...
11 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] crossdev improvements Joakim Tjernlund <joakim.tjernlund@×××××××××.se>