public inbox for gentoo-osx@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-osx] [PREFIX] small bug in emerge --sync
@ 2006-04-28 18:52 Christopher Chan
  2006-04-28 19:56 ` Grobian
  2006-04-28 20:19 ` exg
  0 siblings, 2 replies; 3+ messages in thread
From: Christopher Chan @ 2006-04-28 18:52 UTC (permalink / raw
  To: gentoo-osx

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)])

-- 
gentoo-osx@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-osx] [PREFIX] small bug in emerge --sync
  2006-04-28 18:52 [gentoo-osx] [PREFIX] small bug in emerge --sync Christopher Chan
@ 2006-04-28 19:56 ` Grobian
  2006-04-28 20:19 ` exg
  1 sibling, 0 replies; 3+ messages in thread
From: Grobian @ 2006-04-28 19:56 UTC (permalink / raw
  To: gentoo-osx

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@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-osx] [PREFIX] small bug in emerge --sync
  2006-04-28 18:52 [gentoo-osx] [PREFIX] small bug in emerge --sync Christopher Chan
  2006-04-28 19:56 ` Grobian
@ 2006-04-28 20:19 ` exg
  1 sibling, 0 replies; 3+ messages in thread
From: exg @ 2006-04-28 20:19 UTC (permalink / raw
  To: gentoo-osx

> 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)

Applied, thanks!

-- 
Emanuele
-- 
gentoo-osx@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-28 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-28 18:52 [gentoo-osx] [PREFIX] small bug in emerge --sync Christopher Chan
2006-04-28 19:56 ` Grobian
2006-04-28 20:19 ` exg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox