From: Zac Medico Date: Mon, 26 Jun 2006 06:21:56 +0000 (-0000) Subject: Use the cannonical path of $PORTDIR when transferring metadata so that the _eclasses_... X-Git-Tag: v2.1.1~374 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f1530507147d009b65abecce6e908793a149a31;p=portage.git Use the cannonical path of $PORTDIR when transferring metadata so that the _eclasses_ paths are consistent. See bug #137965. svn path=/main/trunk/; revision=3666 --- diff --git a/bin/emerge b/bin/emerge index 1acde4c24..d0d1a3fdc 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2766,7 +2766,7 @@ def action_metadata(myopts): portage.portdb.flush_cache() ec = portage.eclass_cache.cache(portage.portdb.porttree_root) - myportdir = portage.settings["PORTDIR"] + myportdir = os.path.realpath(portage.settings["PORTDIR"]) cm = portage.settings.load_best_module("portdbapi.metadbmodule")( myportdir, "metadata/cache", portage.auxdbkeys[:])