Gentoo Archives: gentoo-osx

From: Christopher Chan <cchan@×××××××××××.com>
To: gentoo-osx@l.g.o
Subject: [gentoo-osx] [PREFIX] small bug in emerge --sync
Date: Fri, 28 Apr 2006 18:53:03
Message-Id: 001f01c66af4$e02bf720$491610ac@cardigan
1 I fixed a small bug in emerge so that at least emerge -sync will sync the
2 base gentoo ebuild repository (though not the prefixed one, of course)
3
4 ===================================================================
5 --- emerge
6 +++ emerge
7 @@ -2698,7 +2698,7 @@
8 if "--quiet" not in myopts:
9 print ">>> Checking server timestamp ..."
10
11 - rsynccommand = " ".join([portage_const.EPREFIX,"/usr/bin/rsync",
12 + rsynccommand = " ".join([portage_const.EPREFIX+"/usr/bin/rsync",
13
14 portage.settings["PORTAGE_RSYNC_EXTRA_OPTS"],
15 " ".join(rsync_opts)])
16
17 --
18 gentoo-osx@g.o mailing list

Replies