
grobian at gentoo
Apr 28, 2006, 12:56 PM
Post #2 of 3
(752 views)
Permalink
|
Thanks, I'm sure Kito will squash this one as soon as he's done moving ;) On 28-04-2006 11:52:17 -0700, Christopher Chan wrote: > I fixed a small bug in emerge so that at least emerge -sync will sync the > base gentoo ebuild repository (though not the prefixed one, of course) > > =================================================================== > --- emerge > +++ emerge > @@ -2698,7 +2698,7 @@ > if "--quiet" not in myopts: > print ">>> Checking server timestamp ..." > > - rsynccommand = " ".join([portage_const.EPREFIX,"/usr/bin/rsync", > + rsynccommand = " ".join([portage_const.EPREFIX+"/usr/bin/rsync", > > portage.settings["PORTAGE_RSYNC_EXTRA_OPTS"], > " ".join(rsync_opts)]) > -- Fabian Groffen Gentoo for Mac OS X Project -- gentoo-osx [at] gentoo mailing list
|