Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] [PREFIX] small bug in emerge --sync
Date: Fri, 28 Apr 2006 19:57:39
Message-Id: 20060428195648.GF28924@gentoo.org
In Reply to: [gentoo-osx] [PREFIX] small bug in emerge --sync by Christopher Chan
1 Thanks, I'm sure Kito will squash this one as soon as he's done moving
2 ;)
3
4 On 28-04-2006 11:52:17 -0700, Christopher Chan wrote:
5 > I fixed a small bug in emerge so that at least emerge -sync will sync the
6 > base gentoo ebuild repository (though not the prefixed one, of course)
7 >
8 > ===================================================================
9 > --- emerge
10 > +++ emerge
11 > @@ -2698,7 +2698,7 @@
12 > if "--quiet" not in myopts:
13 > print ">>> Checking server timestamp ..."
14 >
15 > - rsynccommand = " ".join([portage_const.EPREFIX,"/usr/bin/rsync",
16 > + rsynccommand = " ".join([portage_const.EPREFIX+"/usr/bin/rsync",
17 >
18 > portage.settings["PORTAGE_RSYNC_EXTRA_OPTS"],
19 > " ".join(rsync_opts)])
20 >
21
22 --
23 Fabian Groffen
24 Gentoo for Mac OS X Project
25 --
26 gentoo-osx@g.o mailing list